
/* Styles for the error message box */

div.error_msg {
	background-color: #fff289;
	border: 1px solid #f00;
	padding: 10px;
}

div.error_msg h1 {
	font-size: 14px;
}

div.error_msg h2 {
	font-size: 12px;
}

div.error_msg ul {
	list-style-type: square;
}

div.fieldWithErrors {
	padding: 3px;
	background-color: #f00;
}

/* end error message styles */
