ul#errors {
	display: none;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	color: #F8971D;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, san-serif;
	font-weight: bold;
}
ul#errors li {
	padding: 0;
	cursor: pointer;
	background-image: none;
}
ul#errors li.heading {
	list-style-type: none;
	color: #000;
	font-weight: normal;
	font-style: italic;
	margin: .25em 0;
	padding: 0;
}
input.errHilite, select.errHilite, textarea.errHilite {
	font-weight: bold;
}
label.errHilite {
	font-weight: bold;
	color: #990000;
}
