.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

#Flash.flash_note {
  background:#E2F9E3 url(/images/icons/accept.png) no-repeat scroll left center;
  border-color:#99CC99;
  color:#006600;
}

#Flash {
  border:1px solid #CCCCCC;
  font-size:1em;
  margin-bottom:10px;
  padding: 2px 2px 2px 25px;
  text-align:left;
}

#ErrorMsg {
  border: 0px solid red; /* #B33232; */
  font-size:1em;
  padding: 2px 2px 2px 25px;
  text-align:left;
}

#ErrorMsg.error {
  background: #FFE5E5 url(/images/icons/exclamation.png) no-repeat scroll left center;
  color: #BB0000;
  font-weight :normal;
}

div#ErrorMsgOuter {
  background: white url(/images/icons/exclamation.png) no-repeat scroll left center;
  text-align: center;
  border: 1px solid #BB0000;
  background: #FFF;
  padding: 1px;
}
