div.message {
  color: #004E00;
  background: transparent url("images/message_bg.png");
}

div.error {
  color: #5C0000;
  background: transparent url("images/error_bg.png");
}

div.notice {
  color: #6D6E00;
  background: transparent url("images/notice_bg.png");
}

div.message,
div.error,
div.notice {
  padding: 8px;
  margin: 5px 0 5px 0;
}

div.message p,
div.error p,
div.errorExplanation p,
div.notice p {

}

div.error ul,
div.error li {
  margin: 0;
  padding: 0;
  list-style: none;
}

div.error h3,
div.message h3,
div.notice h3{
  font-size: 15px;
  margin-top: 0;
  font-weight: bold;
}

div.fieldWithErrors {
  display: inline;
}

div.fieldWithErrors input{
  background-color: #FBEDED;
  border: 2px solid #C60000;
}