p.step1
{
	background: url(../online-enquiry/images/step1.jpg) center left no-repeat;
	height: 50px;
	width: 631px;
	margin-bottom: 24px;
}

p.step2
{
	background: url(../online-enquiry/images/step2.jpg) center left no-repeat;
	height: 50px;
	width: 631px;
	margin-bottom: 24px;
}

p.step3
{
	background: url(../online-enquiry/images/step3.jpg) center left no-repeat;
	height: 50px;
	width: 631px;
	margin-bottom: 24px;
}

p.step1 span,
p.step2 span,
p.step3 span
{
	display: none;
}

form
{
	color: #666;
	font-family: "Trebuchet MS", sans-serif;
	margin-top: 24px;
}

form div
{
  margin-top: 10px;
	margin-left: 12px;
}

form fieldset
{
	border: solid 1px #ccc;
	padding-bottom: 16px;
	margin-right: 48px;
	margin-bottom: 24px;
}

form fieldset legend
{
	color: #191919; /*dark grey*/
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	margin-left: 12px;
}

form label
{
  color: #666;
  display: block;
  font-size: 1.2em;
	font-weight: normal;
  margin-bottom: 4px;
}

form input.textinput
{
  color: #666;
  background: url("../images/contact/textbox-bg.jpg") 0 0 no-repeat;
  background-color: #fff;
  border: none;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 1.2em;
  margin-right: 8px;
  padding: 8px 2px 8px 2px;
  height: 14px; /*actual - padding*/
  width: 276px; /*actual - padding*/
}

form input.textinput:focus
{
  background-position: 0 -30px;
}

form input.error
{
  background-position: 0 -60px;
}

form input#code
{
	font-family: "Trebuchet MS", sans-serif;
	font-style: italic;
	font-weight: normal;
}

form textarea
{
  color: #404040;
  background: url("../images/contact/textarea-bg.jpg") 0 0 no-repeat;
  background-color: #fff;
  border: none;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 1.2em;
  margin-right: 8px;
  padding: 4px 2px 4px 2px;
  height: 142px; /*actual - padding*/
  width: 276px; /*actual - padding*/
}

form textarea:focus
{
  background-position: 0 -150px;
}

form textarea.error
{
  background-position: 0 -300px;
}

form select
{
  color: #666;
  background: url("../images/contact/textbox-bg.jpg") 0 0 no-repeat;
  background-color: #e9e9e9;
  border: none;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 1.2em;
  margin-right: 8px;
	padding: 8px;
  height: 30px;
  width: 280px;
}

form select:focus
{
  background-position: 0 -30px;
	background-color: #fff;
	outline: none;
	border: none;
}

form select.error
{
  background-position: 0 -60px;
}

form select option
{
	background-color: #fff;
}

form span.fieldinfo
{
  color: #999;
  font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
  vertical-align: top;
}
form span.ok
{
  color: #339900; /*green*/
}
form span.error
{
  color: #b31111; /*red*/
}

form p.human_verification span.label
{
  color: #666;
  display: block;
  font-size: 1.2em;
	font-weight: normal;
  margin-bottom: 4px;
}

form input.nextbutton
{
  display: block;
  float: left;
  background: url("../images/contact/nextbutton.jpg") top left no-repeat;
  border: none;
  height: 34px;
  width: 155px;
  text-indent: -9999px;
	/*hide submit button value*/
  display:block;
  font-size: 0px;
  line-height: 0px;
}
form input.nextbutton:hover
{
	background-position: center left;
}
form input.nextbutton:active
{
  background-position: bottom left;
}

form input.submit
{
  display: block;
  float: left;
  background: url("../images/contact/sendbutton.jpg") top left no-repeat;
  border: none;
  height: 34px;
  width: 155px;
  text-indent: -9999px;
	/*hide submit button value*/
  display:block;
  font-size: 0px;
  line-height: 0px;
}
form input.submit:hover
{
	background-position: center left;
}
form input.submit:active
{
  background-position: bottom left;
}

form p.sending em
{
  color: #666;
  font-size: 1.2em;
  font-weight: bold;
}

form p.note
{
	color: #666;
	font-style: italic;
	font-weight: normal;
	margin: 16px 12px 0 12px;
}

div.enquiry_info p
{
	font-style: italic;
	font-weight: normal;
}

div.enquiry_info p strong
{
	font-weight: bold;
}

form fieldset#validation p
{
	margin: 0px 12px 0px 12px;
}

form fieldset#validation div p.human_verification span
{
	margin-left: 0;
	padding: 0;
}

div.success
{
	color: #404040;
  border: solid 1px #3c3;
  background-color: #dcf5dc;
  margin: 32px 16px 16px 0;
  padding: 8px;
}
div.success h4
{
	font-size: 1.4em;
	margin: 0 0 8px 0;
}

div.error_message,
div.fail
{
	color: #404040;
  border: solid 1px #c33;
  background-color: #f5dcdc;
  margin: 32px 16px 16px 0;
  padding: 8px;
}
div.error_message h4,
div.fail h4
{
	font-size: 1.4em;
	margin: 0 0 8px 0;
}

div.success p,
div.error_message p,
div.fail p
{
	color: #666;
}

div.error_message ul
{
  color: #b31111;
	font-size: 1.1em;
  margin: 0 16px 0 16px;
  list-style-type: disc;
}

div.error_message ul li
{
	line-height: 24px;
}
