/* Start of CMSMS style sheet 'gfh_order_form' */

.product_description{
	width:400px;
	height:50px;
	float:left;
	clear:both;
	margin-bottom:5px;
	padding:5px 100px 5px 0px;
}
label{
	width:80px;
	display:block;
	float:left;

}
.item_units input{
	width:20px;
}

.item_total input{
	width:30px;
	margin-left:5px;
	background-color:#f1f2e4;
}
.item_units,
.item_total{
	float:left;
	padding-top:5px;
	
}
.submit{
	clear:both;
}
.order-form hr{
	clear:both;
}

.sub_total input{
	width:50px;
	margin-left:5px;
	background-color:#f1f2e4;
	color: #231f20; 
}
.disabled {
	float:right;
	margin-right:10px;
	clear:both;
	margin-top:5px;
}
.disabled input{
	width:40px;
	margin-left:5px;
	background-color:#f1f2e4;
	color: #231f20; 
	border:0px;
	border-bottom:1px solid #bbbd76;
}



fieldset{
	border-top:1px solid #bbbd76;
	border-left:1px solid #bbbd76;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
		margin-bottom:5px;

}

.submit{
	float:right;
}

.order_totals{
	width:350px;
	float:right;
	margin:20px 0px 5px 0px;
}

.personal_details{
	width:350px;
	float:right;
	margin:20px 0px 5px 0px;
	
}
.personal_details select{
	margin:0px 0px 5px 0px;
}

.personal_details label{
	width:130px;
	float:left;
}

.personal_details input{
	margin-bottom:5px;
		width:200px;

}
.personal_details  textarea{
	width:200px;
	height:150px;
}


.notes{
	margin:20px 0px 0px 0px;
	width:250px;
	float:left;
}






/* End of 'gfh_order_form' */

