.fieldWithErrors input, .fieldWithErrors textarea {
  border:  1px solid #c66 !important;
}

.fieldWithErrors {
  border-left:5px solid #c66;
  background:#fee !important;
  padding:2px 5px;
  position:relative;
  margin-bottom:5px;
}

#errorExplanation {
  border: 1px solid #c00;
  border-left-width:5px;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  width:80%;
  font-size:.9em;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  font-size:1.2em;
  padding: 5px 5px 5px 15px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
  margin-top:2px;
}

#errorExplanation ul{
  margin-left:30px
}

#errorExplanation ul li {
  list-style: square;
}