.flash_notice {
	font-weight: bold;
	color: #090;
}
.flash_error {
	font-weight: bold;
	color: #d00;
}

/*
 * The Error Explanation
 */
div.errorExplanation {

}
div.errorExplanation h2 {
	display: none;
}
div.errorExplanation p, div.errorExplanation ul {
}

/*
 * The erroneous fields
 */
div.fieldWithErrors {
	margin: 0;
	padding: 0;
	display: inline;
}
div.fieldWithErrors input, div.fieldWithErrors textarea, div.fieldWithErrors select {
	border: 1px solid #d00;
}
div.fieldWithErrors label {
	color: #d00;
}
div.fieldWithErrors input {
	
}
div.fieldWithErrors textarea {
	
}
div.fieldWithErrors select {
	
}
