/**** Form Validation ****/
.formVal label.error
{
	color:red;
	font-style:italic;
	display:inline;
	font-size:10px;
	display:none;
}