@charset "utf-8";
/* CSS Document */
input,
textarea,
select,
.bgselect, /* input fields */
.mkbutton /* global submit buttons */
{
	background-color: #dfe6ef;		
	/* border: 1px solid #4C77B6; */	
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px; 
	color: #496c9f;
	vertical-align: middle;
}

.textf {
font-size:12px;
font-weight:normal;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#222222;
}
.buton { 
background-color:#EEEEEE; 
color:#333333; 
width:60px; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:11px;
}
.buton2 { 
background-color:#EEEEEE; 
color:#333333; 
width:100px; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:20px;
font-weight:bold;
}
.textf {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}


