.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #005A75;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #005A75;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width:thin;
	border-top-color: #005A75;
	border-right-color: #005A75;
	border-bottom-color: #005A75;
	border-left-color: #005A75;
	background-color:#F5F1E8;
	size:18;
}
select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #005A75;
	border: solid #005A75 1px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width:medium;
	border-top-color: #DACFBB;
	border-right-color: #DACFBB;
	border-bottom-color: #DACFBB;
	border-left-color: #DACFBB;
	width:126px;
	background-color:#Ffffff;
	

}