
.label_250
{
	width : 150px;
}

input, select, textarea
{
	border-color : #fff;
	font-family : arial, verdana;
	font-size : 12px;
	border-width :1px;
	border-style : solid;	
}

input, textarea
{
	width : 230px;
	padding-left: 2px;
}

.check_row
{
	width : 330px;
	float:left;
	text-align:left;
	font-size: 12px;
  margin-bottom: 3px;
  margin-top: 3px;	
}


.date
{
	width:55px;
	margin-right : 4px;
}

select
{
	width : 229px;
}

textarea
{
	height : 130px;
}

input:focus, select:focus, textarea:focus
{
	border-color : #011D4A;
}

fieldset
{
	padding : 5px;
	border-color : #fff;
	border-width : 1px;
	border-style : solid;
}

legend 
{
  color: #fff;
  font-weight: bold;	

}

label
{	
	width : 180px;
	float : left;
	font-weight : bold;
	margin-right : 5px;
	text-align : left;
  line-height: 18px;	
}





input.button
{
	
 width: auto;
 border: 1px solid #000;
 margin-top: 2px;
 
 
	
  
}





div.form_row
{
	width : 214px;
	float : left;
	clear : both;
	margin-bottom : 2px;

 
  
}

div.error{
	width : 214px;
	float : left;
	clear : both;
	margin-bottom : 2px;
	margin-top : 2px;
	color: #FFFFFF;

}



.form_left_contact{
  float: left;
  width : 250px;
  padding-top: 5px;
  
 
}

.form_right_contact{
  float: right;
  width : 250px;
  padding-top: 5px;
  
  
  
 
}










