input.errHilite, textarea.errHilite, select.errHilite {
	border-width: 1px;
	border-style: solid;
	border-color: #CC0000;
	background-color: #FFFFCC;
}

label.errHilite {
	color: #CC0000;
}

ul#errors {
	display: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #CC0000;
	padding: 5px;
	background-color: #FFFFCC;
	color: #CC0000;
	font-weight: bold;
}

ul#errors li {
	list-style-type: none;
}

ul#errors li.heading {
	font-weight: bold;
	font-style: italic;
	color: black;
	list-style-type: none;
}



