@charset "utf-8";
/* CSS Document */
input, textarea,submit
{
	color: #333333;
	width:85px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
 

select
{
	color:#333333;
	width:85px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

.submit
{
color: #006e99;
background: #ffffff;
border: 1px solid #006e99;
cursor:pointer;
}


.label{
	width:65px;
	float:left;
	padding-left:5px;
	height:15px;
	padding-top:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding-bottom:5px;
	margin-bottom:5px;
	}
	
	.field{
	width:105px;
	float:left;
	padding-left:5px;
	height:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding-bottom:5px;
	margin-bottom:5px;
	}
	
	
	#formhold{
		width:180px;}
