/* contact form standard styles */
#content-box-info h2 {
  padding: 0;
  margin: 0 0 10px 0 !important;
}
#contact-form fieldset.section {
  padding: 20px 0 20px 0 !important;
  border-bottom: 1px solid #d0e8f2 !important;
}
#other-details { padding-top: 15px !important; padding-bottom: 10px; }

#contact-form p {
  clear: both;
  padding: 10px;
}

#contact-form input {
  margin-right: 10px;
}

#contact-form textarea {
  width: 300px;
  height: 100px;
}

#contact-form label {
  clear: left;
  display: block;
  float: left;
	font-family: Arial, Tahoma, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#888;
  width: 133px;
}

div.buttons { 
  border-top: 1px solid #d0e8f2 !important;
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: right !important; 
}
 
/* inline labels */
#label-country-australia,
#label-country-new-zealand,
#label-country-other,
#label-faultysample-yes,
#label-faultysample-no {
  clear: none;
  display: inline !important;
  float: none !important; 
}

/* labels for radios */
#label-country-australia,
#label-country-new-zealand,
#label-country-other,
#label-faultysample-yes,
#label-faultysample-no { padding-right: 15px; }

/* notes */
#codenote { 
  color: red;
  display: block; 
  padding-top: 5px;
  padding-left: 130px;
  width: 250px;
  font-size: 9px;
}

/* address */
#address { margin: -10px 0 0 0; padding: 0; }
#label-street-number,
#label-street-name,
#label-street-type { 
  float: none !important; 
  width: 180px !important;
}

#addressgrp-street-number,
#addressgrp-street-name,
#addressgrp-street-type {
  float: left;
  display: block;
  overflow: hidden;
  height: 40px;
}
