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