/* Start of CMSMS style sheet 'forms' */
#em_wfs_wrapper{
	margin-left:-20px;
}

/* ======================================================*/
/* contact form START */

.enquiry_form label{
	width:130px;
	float:left;
}

.enquiry_form input{
	margin-bottom:5px;
		width:350px;

}
.enquiry_form  textarea{
	width:350px;
	height:150px;
}
.enquiry_form  .fbsubmit{
	width:100px;
	float:right;
	margin-top:20px;
}
.enquiry_form  {
	border-bottom:1px solid #938A6D;
	padding-bottom:10px;
}

/* ======================================================*/
/* product search form START */
#product_search{
	text-align:right;
}
#product_search .sbox input{
	width:200px;
	margin-bottom:5px;
}
/* End of 'forms' */

