			/*forms.css*/

/* input */
input  {
	font-family:Arial,Verdana;
	font-size:10pt;
	color:black;
	background-color:#ffffff;
	width:200px;
	}
	
input.check {
	width:25px;
	color:black;
	font-size:10pt;	
}

/*textarea */

textarea {
	font-family:Arial,Verdana; 
	font-size:10pt;
	background-color:#ffffff;
	width:200px;
	height:90px;
	}
	
/*selects*/

/*select {
	font-family:Arial,Verdana; 	
	font-size:10pt;
	background-color:#ffffff;
	width:125px;
	}
	
select.long {
	font-family:Arial,Verdana; 	
	font-size:10pt;
	background-color:#ffffff;
	width:160px;
	}	*/
	
/*buttons*/



/*error related*/
small.error {
  background:buttonface;
  font:menu;
}

fieldset	{
	width:98%;
	}	

legend		{	
	font-size:11pt;
	font-weight:bold;
	}

	

/*	
select.long {
	font-family:Arial,Verdana; 	
	font-size:10pt;
	background-color:#ffffff;
	width:170px;
	}
option.select {
	font-family:Arial,Verdana;	
	font-size:10pt;
	color:white;
	background-color:#3399FF;
	width:200px;}
	
	
small  {
	font-family:Arial,Verdana;
	font-size:9pt;
	color:#74AFFF;
	font-weight:bold;	
}
*/



