



input, select, textarea
{
	border-color : #241E1F;
	font-family : arial, verdana;
	font-size : 12px;
	border-width :1px;
	border-style : solid;
	
}

input, textarea
{
	width : 140px;
}

.check_row
{
	width : 228px;	
	float:right;
	text-align:left;
	
}

select
{
	width : 140px;
}

textarea
{
	height : 70px;
}

input:focus, select:focus, textarea:focus
{
	border-color : #F08202;
}

fieldset
{
	padding : 5px;
	border-color : #999;
	border-width : 1px;
	border-style : solid;
}

legend 
{
	border-color : #999;
	border-width : 1px;
	border-style : solid;
	border-bottom : none;
}

label
{
	
	width : 80px;	
	float : left;
	font-weight : bold;
	margin-right : 5px;
	text-align : right;
	color: #000;
	
	
}





input.date
{
	width : 80px;
	text-align : center;
}

input.qty
{
	width : 30px;
	text-align : center;
}

input.button
{
	
	width : 60px;
	border : 1px solid #F08202;	
	color : #000;
	margin-left : 95px;
	
}


input.check
{
	width : 25px;
	float:left;	
	border : none;
	
}



div.form_row
{
	width : 260px;
	float : left;
	clear : both;
	margin-bottom : 8px;
	
	
}




div.col_form
{
	width : 245px;
	float : right;
	margin-top : 15px;
	
	
	
}

div.col_contact_left
{
	
	width : 255px;
	float : left; 
	margin-top : 15px;

	
	
}

 p.address{
  width: 140px;
  
  
  float: left;
}


 .red
{
	color : red;	
	margin-right : 3px;
	text-align : center;
}

.orange
{
	color : #CF3100;
}

label.details
{
	
	width : 50px;
	text-align : left;
}
