ul#errors {
	margin: 0;
	padding: 0;
	display: none;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #900;
	font-weight: bold;
	list-style: none;
	line-height: 150%;
}
ul#errors li {
	margin: 0;
	padding: 0;
	cursor: pointer;
}
input.errHilite, select.errHilite, textarea.errHilite {
	font-weight: bold;
}
label.errHilite {
	font-weight: bold;
	color: #900;
}
