#block1 {
	background-image: url(/images/bg_block1_contact_us.gif);
	background-position: 185px 30px;
	background-repeat: no-repeat;
	padding: 60px 80px 50px 320px;
}
h1 {
	background-image: url(/images/h1_contact_us.gif);
	height: 23px;
	margin-bottom: 1em;
}
#block2 #mainCol .formWrapper h2 {
	margin-top: 0;
}
#headingGetInTouch {
	background-image: url(/images/h2_get_in_touch.gif);
	margin-top: 21px !important;
}
.label {
	font-weight: bold;
}
#address {
	float: right;
	width: 287px;
	background: url(/images/box_address_bottom.gif) bottom left no-repeat;
	padding-bottom: 12px;
	margin-bottom: 20px;
}
#address h2 {
	background-image: url(/images/h2_our_address.gif);
	height: 118px !important;
	margin-top: 0 !important;
}
#address p {
	margin: -85px 120px 10px 23px;
} 
#address a {
	margin: 0 10px 20px 23px;
}
.formWrapper {
	margin-bottom: 20px;
	clear: right;
	border-top-style: solid;
	border-color: #ccc;
	border-width: 1px;
	padding-top: 20px;
	zoom: 1;
}
#callBackFormWrapper {
	background: url(/images/bg_telephone.gif) right 10px no-repeat;
}
#enquiryFormWrapper {
	background: url(/images/bg_envelope.gif) right 10px no-repeat;
}
#enquiryFormWrapper .head h2 {
	background-image: url(/images/h2_enquiry_form.gif);
	height: 21px;
}
#callBackFormWrapper .head h2 {
	background-image: url(/images/h2_call_me_back.gif);
	height: 16px;
}
#callBackFormWrapper .head p {
	margin-right: 50px;
}
form {
	margin-top: 10px;
	background: url(/images/bg_form_bottom.gif) bottom left no-repeat;
	padding-bottom: 4px;
	zoom: 1;
}
fieldset {
	background-color: #fff;
	padding: 10px 10px 6px 10px;
	zoom: 1;
}
.submit {
	clear: left;
	float: right;
}
#callBackButton {
	margin-top: 20px;
	display: block;
	width: 203px;
}

/* FORM DIALOGS */
.dialog .formWrapper {
	background:  url(/images/form_head_top.gif) top left no-repeat !important;
	padding-top: 21px;
/*	width: 621px;*/
	border: none;
}
.dialog .formWrapper .head {
	background-color: #1c1f26;
	padding-top: 40px;
	color: #fff;
	padding: 12px;
}
.dialog #enquiryFormWrapper .head h2 {
	background-image: url(/images/h2_dialog_enquiry_form.gif);
	height: 31px;
}
.dialog #callBackFormWrapper .head h2 {
	background-image: url(/images/h2_dialog_call_me_back.gif);
	height: 31px;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1000;
}
.dialogWrapper {
	position: absolute;
	top: 9999px;
	left: 0;
	z-index: 9999;
	width: 100%;
}
.dialog {
	margin: 0 auto;
	width: 621px;
	position: relative;
	zoom: 1;
}
.cancelButton {
	margin-right: 4px;
}
.close {
	position: absolute;
	top: -7px;
	left: 580px;
}
.close img {
	width: 27px;
	height: 35px;
}