/**************************************************************

	Validate
	v 2.1

**************************************************************/

#form label,#contact label{
	font-family: Helvetica,sans-serif,Arial;
	font-size: 9pt;
}

label {
	margin-right:10px;
	width:10em;
	float:left;
	color: #444;
}


input,textarea,select{
	border: 1px solid #bbb;

}

label.error-validate {
	font-size: 9pt;
	color: #E21E1E;
	width: auto;
	display: inline;
}
#form label.error-validate,#contact label.error-validate{
	display: none;
	float:right;
	margin-right: 20px;
}

#comment{
	width: 450px;
}
#comment label.error-validate {
	display: none;
	float:right;
	margin-right: 20px;
}

/*************************************************************/
