			/*forms.css*/

/* input */
input  {
	font-family:Arial,Verdana;
	font-size:10pt;
	color:black;
	background-color:/*#0099ff;*/ #97BDCC;
	width:220px;
	}

input.but {
	width:150px;
}

	
input.check {
	width:25px;
	color:black;
	font-size:10pt;
	background-color:#97BDCC;	
}

input.disabled {
	letter-spacing: 2px;
	font-size:11px;
}

/*textarea */

textarea {
	font-family:Arial,Verdana; 
	font-size:10pt;
	background-color:#97BDCC;
	width:220px;
	height:90px;
	color:black;
	}
	
/*selects*/
*select {
	font-family:Arial,Verdana; 	
	font-size:10pt;
	background-color:#97BDCC;
	width:60px;
	}
	
select.long {
	font-family:Arial,Verdana; 	
	font-size:10pt;
	background-color:#97BDCC;
	width:120px;
	}	
	
/*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;	
}
*/

/* display */

td {
	font-size:12px;
}