#enquiryform {
	border: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0;
}

#enquiryform em {
	color: #ff0000;
}

#enquiryform fieldset {
	border: 0;
	display: block;
	height: auto;
}

#enquiryform fieldset ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#enquiryform fieldset ol li {
}

#enquiryform label {
	display: inline-block;
	vertical-align: top;
	width: 120px;
}

#enquiryform textarea, #enquiryform input {
	color: #555;
	font-size: 1em;
	padding: .25em;
}

#enquiryform textarea.form_input, #enquiryform input.form_input { width: 230px; }

#enquiryform textarea {
	font: 1em/1.2em "Arial", "Helvetica", sans-serif;
}

/*-----------------------------------
		CONTACT FORM
-----------------------------------*/
form.contact_form fieldset {
  margin-bottom: 0px;
  border: none;
  color: #43484b;
  margin: 10px 0 13px 0px;
}
form.contact_form legend {
  padding: 0 2px;
  border: none;
  margin: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
  _margin: 0 -7px; /* IE Win */
}

/*\*//*/
form.contact_form legend {
  display: inline-block;
}
/* IE Mac legend fix */

form.contact_form label {
  display: -moz-inline-box;
  line-height: 1.8;
  vertical-align: top;
}
form.contact_form fieldset ol {
  margin: 0;
  padding: 0;
}
form.contact_form fieldset li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
  list-style: none;
  padding: 5px;
  margin: 0;
}

form.contact_form fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.contact_form fieldset fieldset legend {
  padding: 0 0 5px;
  border: none;
  font-weight: normal;
}
form.contact_form fieldset fieldset label {
  border: none;
  display: block;
  width: auto;
}
form.contact_form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.contact_form h3 {
  padding-bottom: 12px;
  color: #aba29c;
}
form.contact_form label {
  width: 120px; /* Width of labels */
}
form.contact_form fieldset fieldset label {
  margin-left: 273px; /* Width plus 3 (html space) */
}

form.contact_form li.button input {
	margin-left: 190px;
	margin-top: 2px;
}
body.page-calculator form.contact_form li.button input {
	margin-left: 150px;
	margin-top: 2px;
}
body.page-calculator form.contact_form li.button input.reset {
	margin-left: 10px;
	margin-top: 2px;
}
body.page-calculator span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	height: 10px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0;
	line-height: 12px;
	vertical-align: bottom;
}
body.page-calculator #enquiryform label {
	display: inline-block;
	vertical-align: top;
	width: 240px;
}

body.page-calculator #enquiryform label.radio {
	width: 20px;
}

div.cta-offers #enquiryform input.form_input {
	width: 120px;
}
div.cta-offers form {
	position: relative;
	top: -26px;
}

div.cta-offers span {
	padding: 0;
	margin: 0;
}

input.submit-btn {
	padding: 0;
	margin-left: 19px;
	margin-top: 3px;
	width: 94px;
	height: 17px;
	background: #6fa345 url('../images/core/submit-btn.gif') no-repeat;
	outline: none;
}
input.submit-btn:hover {
	background: #6fa345 url('../images/core/submit-btn.gif') no-repeat 0 -22px;
}

input.fav-btn {
	position: absolute;
	top: 120px;
	left: 800px;
	padding: 0;
	margin-top: 0px;
	width: 126px;
	height: 22px;
	background: url('../images/core/fav-btn.gif') no-repeat;
	outline: none;
}
input.fav-btn:hover {
	background: url('../images/core/fav-btn.gif') no-repeat 0 -22px;
}