
.fieldWithErrors .text,
.fieldWithErrors textarea
{
  background-color: #f5e99c;
  border: 1px solid #cb2e22;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
  display: table;
}

.fieldWithErrors label { color: #cb2e22; font-weight: bold; }

#errorExplanation {
	margin:10px auto;
	padding:20px;
	width:75%;
  border: 3px solid #f0490f;
  background-color: #eeeeee;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}

#errorExplanation h2 {
	text-shadow: 2px 2px 2px #000;
  text-align: left;
  font-weight: bold;
  background: transparent url('/images/flash/flash-warning.png') no-repeat 5px 0;
  padding: 8px 8px 8px 40px;
  font-size: 1.8em;
  margin: -20px -20px 10px -20px;

  background-color: #f0490f;
  color: #fff;
}

#errorExplanation p {
  color: #333;
	font-size: 1.2em;
	font-weight: bold;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
	color: #555;
  font-size: 1em;
  list-style: square;
	margin-left: 75px;
}


