.message { 
	text-align: center;
	margin:10px;
	padding: 10px 10px 10px 35px;
	background-position: 7px 5px;
	background-repeat: no-repeat;
	border: 1px solid green;
	width: 80%;
}
.notice { 
	color: green;
	background: #FFF;
	background-image: url("/images/button_ok.gif");
	background-position: 7px 2px;
	background-repeat: no-repeat;
}
.error { 
	color: #c00;
	background: #FFF;
	background-image: url("/images/button_cancel.gif");
	background-position: 7px 5px;
	background-repeat: no-repeat;
}
.alert {
	color: yellow;
	background: #FFF;
	background-image: url("/images/button_alert.gif");
	background-position: 7px 2px;
	background-repeat: no-repeat;
}

.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;
}

