ul#errors {
	font-size: 11px;
	line-height: 133%;
	display: none;
	margin: 0;
	padding: 0;
	margin-top: .5em;
	margin-bottom: .5em;
	color: #900;
	font-weight: bold;
	list-style: square;
	}

ul#errors li {
	margin-left: 20px;
	padding: 0;
	cursor: pointer;
	}

input.errHilite, select.errHilite, textarea.errHilite {
	font-weight: bold;
	}

label.errHilite {
	font-weight: bold;
	color: #900;
	}
