/* style validatora */
input.errHilite, select.errHilite, textarea.errHilite {
	border: 1px solid #DDC;
	background-color: #FFFF99;
	}
label.errHilite  {
	font-weight: bold;
	}
	
	ul#errors {
	padding-left:1px;
	list-style-type: none;
	display: none;
	margin-top: 0em;
	color: #3366CC;
	font-weight: normal;
	font-size:12px;
	}
ul#errors li {
	list-style-type: none;
	}
ul#errors li.heading {
	list-style-type: none;
	color: #3366CC;
	font-weight: normal;
	padding-left:1px;
	font-size:12px;
	}