/* CSS elements for fValidate */

input.errHilite{
	background-color: #FFE;
	}
select.errHilite{
	background-color: #FFE;
	}
textarea.errHilite {
	background-color: #FFE;
	}
label.errHilite {
	font-weight: bold;
	color: #C00;
	}
ul#errors {
	display: none;
	list-style-image: none;
	list-style-type: square;
	list-style-position: inside;
	margin-left: 0px;
	margin-top: 1em;
	background-color: #FFE;
	border: 1px solid #CC9;
	padding: .3em;
	color: #C00;
	font-weight: bold;
	}	
ul#errors li {
	list-style-image: none;
	list-style-type: square;
	list-style-position: inside;
	margin-left: 0px;
	margin-top: .5em;
	margin-bottom: .5em;
	padding: 0;
	}
ul#errors li.heading {
	list-style-type: none;
	color: #000;
	font-weight: normal;
	font-style: italic;
	margin: .5em 0;
	padding: 0;
	}

/* END of CSS elements for fValidate */