/**                  
 * formvalidation.css
 *
 * Style and Class definition used by
 * the form validation engine (fv_engine.js) for displaying
 * the required and forgotten fields.
 *
 * @version 	1.0
 * @author	A.J. de Vries	
 * @package	www.schilderonderhoudsplan.nl 
 * 
 * Copyright (c) 2005 Malibomba                               
 * IT IS NOT ALLOWED TO USE OR MODIFY ANYTHING OF THIS SITE,  
 * WITHOUT THE PERMISION OF THE AUTHOR.                       
 * Info? Mail to info@malibomba.com                             
 */
/*<![CDATA[*/ 
.fv-req {
	padding:2px;
	background:#d7e8ef;
	border: 1px solid #a5acb2;	
}

.fv-forget {
	padding:2px;
	background:#d7e8ef;
	border: 1px solid #b10101;
}

.fv-syntax {
	padding:2px;
	background:#d7e8ef;
	border: 1px solid #b10101;
}


textarea {
	font-size:9pt;
	font-family: Verdana;
}	


/*]]>*/
