/* END Remove This */

html {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}

.enquiryform{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}

#contact p, label, legend {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
}

#contact h1 { margin: 10px 0 10px; font-size: 24px; color: #333333; }
/*#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }*/

#contact {
	display: block;
	width: 400px;	
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding: 10px;	
}

/* Form style */

#contact label {
	display: inline-block;
	float: left;
	height: 26px;
	line-height: 26px;
	width: 155px;
	font-size: 11px;	
	font-family: Verdana, Geneva, sans-serif;
}
#contact input, textarea, select {
	width: 200px;
	padding: 5px;
	color: #666;
	background: #f5f5f5;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}   
#contact input:focus, textarea:focus, select:focus { 
/*border: 1px solid #999;*/ 
background-color: #fff; 
color:#333; }

#contact input.submit { 
width: 85px; cursor: pointer;
 /*border: 1px solid #222;*/ 
 background:#333; 
 color:#fff; 
 }
 
#contact input.submit:hover {
	background-color: #1E5DC4;
}
#contact input[type="submit"][disabled] {
	background-color: #005BB7;
}

#contact fieldset { 
padding:20px; 

 }
 
#contact legend {
	font-weight:bold;
	color:#FFF;
	margin-bottom:20 !important;
	margin-bottom:20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #00468C;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	clear: both;
	border: 1px solid #CCC;
}

#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message {
	margin: 10px 0;
	padding: 0;
	background-color: #1e5dc4;
}

.error_message {
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 3px 10px 3px 35px;
	color:#8a1f11;
	border: 1px solid #FBC2C4;
	-webkit-border-radius:5px;
	background-color: #FBE3E4;
	background-image: url(../images/assets/error.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.loader { padding: 0 10px; }

#contact #success_page h1 {
	padding-left:22px;
	background-image: url(../images/assets/success.gif);
	background-repeat: no-repeat;
	background-position: left;
}

acronym { border-bottom:1px dotted #ccc; }
