/* forms and imputs */
  
form, input, textarea, select, option{
	font: 11px "Verdana";	
}
form{
	margin: 0px;
}
input, textarea, select{	
	background: #FFF;
	border: 1px solid #BBB;
	color: #666;
	padding: 2px;
}
textarea{
	padding: 4px;
}
input.str, textarea.str, select.str, option.str{	
	font-weight: bold;
}
input.btn{
	border: none;
	background: url(../IMG/gui/input_bkg.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-weight: bold;
	color: #C30;
	height: 21px;
	width: 84px;
	vertical-align: middle;
}
INPUT.check{
	border: none;
	background: none;
}
