@charset "utf-8";
/* CSS Document */

.clearFix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}/* clear blocks of text/images */


#contact_form {
	margin-left:113px;
	width:530px;
}

#contact_form #contact_form_top {
	background:url(/custom/templates/page/shared/images/enquiry_box_top.gif) no-repeat;
	width:530px;
	height:20px;
}
#contact_form #contact_form_middle {
	background-color:#E3F8CC;
	border-right:solid 1px #BFBFBF;
	border-left:solid 1px #BFBFBF;
	width:522px;
	padding:10px 0 5px;
	position:relative;
}
	#contact_form h3 {
		margin:0 0 10px 20px;
		color:#666;
	}
	#contact_form p.mandatory {
		right:33px;
		top:5px;
		position:absolute;
		color:#333333;
	}
	#contact_form span.mandatory {
		color:#cc0000;
	}
	#contact_form label {
		float:left;
		width:170px;
		margin:15px 10px 0 25px;
		color:#333333;
	}
	#contact_form input, #contact_form select, #contact_form textarea {
		float:left;
		width:285px;
		margin:10px 0 10px 0;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
		padding:5px;
		border-top:1px solid #8e8e8e;
		border-left:1px solid #8e8e8e;
		border-bottom:1px solid #e1e1e1;
		border-right:1px solid #e1e1e1;
		background:#fff url(/custom/templates/page/shared/images/shadowBg.png) repeat-x 0 0;
		color:#666666;
	}
		#contact_form input:focus, #contact_form select:focus, #contact_form textarea:focus {
			background-color:#FEFEEE;
			color:#333333;
		}
	#contact_form div.Phone div {
		float:left;
		padding-right:10px;
	}
		#contact_form div.Phone div.phone-country input {
			width:50px;
			margin-top:3px;
		}
		#contact_form div.Phone div.phone-code input {
			width:50px;
			margin-top:3px;
		}
		#contact_form div.Phone div.phone-local input {
			width:165px;
			margin-top:3px;
		}
	#contact_form .contactsubmitwrapper input {
		border-bottom:1px solid #8e8e8e;
		border-right:1px solid #8e8e8e;
		border-top:1px solid #e1e1e1;
		border-left:1px solid #e1e1e1;
		background:#fff;
		width:80px;
		padding:5px;
		cursor:pointer;
		float:right;
		margin-right:33px;
	}
		#contact_form .contactsubmitwrapper input:hover {
			border-top:1px solid #8e8e8e;
			border-left:1px solid #8e8e8e;
			border-bottom:1px solid #e1e1e1;
			border-right:1px solid #e1e1e1;
			background:#FEFEEE url(/custom/templates/page/shared/images/shadowBg.png) repeat-x 0 0;
		}
#contact_form #contact_form_bottom {
	background:url(/custom/templates/page/shared/images/enquiry_box_bottom.gif) no-repeat;
	width:530px;
	height:20px;
}

