form .fieldWithErrors input,
form .fieldWithErrors select,
form .fieldWithErrors textarea
{
    border: 2px solid #c00;
}

form .fieldWithErrors input:focus,
form .fieldWithErrors select:focus,
form .fieldWithErrors textarea:focus
{
    border: 2px solid #c00;
}

#content #errorExplanation {
    background-color: #f0f0f0;
    border: 1px solid #c00;
    margin: 20px auto;
    padding-bottom: 12px;
    width: 400px;
}

#content #errorExplanation h2 {
    background: #c00;
	border: none;
	border-bottom: 1px dashed white;
    color: white;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
	margin: 0;
	padding: 3px 0px;
	text-transform: none;
}

#content #errorExplanation p {
    color: black;
    margin: 5px 10px 20px;
    text-align: left;
}

#content #errorExplanation ul li {
    color: #333;
    list-style: square;
    margin: 4px 0 4px 25px;
    text-align: left;
}