.errorPage{
  border: 1px solid #369;
  background-color: #e3eaf0;
  color: black;
}
.errorPage li.header, .errorPage h1{
  background: white;
  border-bottom: 1px solid #369;
  font-weight: bold;
  color: #369;
}
.errorPage li.message, .errorPage p{
  font-weight: bold;
  list-style-image: none;
}
.errorPage .searchBox{
  color: white;
  font-weight: bold;
}