/* FORMY CLASSES ------------------------------------------------------------*/

#EnquiryForm{
	margin-bottom: 0px;
}

#EnquiryForm input,
#EnquiryForm textarea{
	padding: 10px 15px;
	background: #2c354b;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-left: none;
	border-right: none;
	border-top: 1px  solid #2c354b;
	border-bottom: 1px  solid #2c354b;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: auto;
}

/*#EnquiryForm input{
	width: 200px;
	margin-bottom: 15px;
	height:15px; 
}*/
#EnquiryForm .inwidth{
	width: 153px;
	margin-bottom: 15px;
	margin-left: 47px;
	height: 15px;
}
#EnquiryForm .phonewidth{
	width: 127px;
	margin-bottom: 15px;
	margin-left: 25px;
	height: 15px;
}

#EnquiryForm textarea{
	width: 200px;
	height: 70px;
}

#EnquiryForm .submit{
border:1px solid #495267; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #606c88; background-image: -webkit-gradient(linear, left top, left bottom, from(#606c88), to(#3f4c6b));
 background-image: -webkit-linear-gradient(top, #606c88, #3f4c6b);
 background-image: -moz-linear-gradient(top, #606c88, #3f4c6b);
 background-image: -ms-linear-gradient(top, #606c88, #3f4c6b);
 background-image: -o-linear-gradient(top, #606c88, #3f4c6b);
 background-image: linear-gradient(to bottom, #606c88, #3f4c6b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606c88, endColorstr=#3f4c6b);
}

#EnquiryForm .submit:hover{
 border:1px solid #363d4c;
 background-color: #4b546a; background-image: -webkit-gradient(linear, left top, left bottom, from(#4b546a), to(#2c354b));
 background-image: -webkit-linear-gradient(top, #4b546a, #2c354b);
 background-image: -moz-linear-gradient(top, #4b546a, #2c354b);
 background-image: -ms-linear-gradient(top, #4b546a, #2c354b);
 background-image: -o-linear-gradient(top, #4b546a, #2c354b);
 background-image: linear-gradient(to bottom, #4b546a, #2c354b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4b546a, endColorstr=#2c354b);
  cursor: pointer;
}
.formSubmit
{
	margin: 37px 55px;
}
