/* contact form standard styles */

div#info {
  padding-top: 10px;
}

#contact-form fieldset.section {
	padding: 0 0 10px 0 !important;
	border-bottom: 1px dashed #C1BACC !important;
}
#other-details {
	padding: 0 0 10px 0 !important;
}
#contact-form p {
  	clear: both;
  	margin:7px 0 7px 0;
  	padding:0;
}
#contact-form h3 {
	margin-top:10px;
	margin-bottom:20px;
}
#contact-form fieldset.section input {
	width:195px;
  	margin-right: 10px;
  	background-color:#e5c3f3;
  	border-top:1px solid #23152c;
  	border-left:1px solid #23152c;
  	border-bottom:1px solid #9c89a9;
  	border-right:1px solid #9c89a9;
  	color:black;
}
#contact-form fieldset.section input.radio{
	width:15px;
	margin-right: 0px;
	border:none;
	background-color:white;
}
#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:12px;
	width: 190px;
	padding-top:3px;
}
div.buttons { 
  border-top: 1px dashed #C1BACC !important;
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: left !important; 
}
div.buttons input {
	margin-left:190px;
	padding:0 20px;
}
 
/* 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: #b82c8f;
  display: block; 
  padding-top: 5px;
  padding-left: 190px;
  width: 250px;
  font-size: 10px;
  line-height:12px;
}

#country, #faultysample {
	padding-bottom:8px;
}

/* address */
#address {
	margin: 0px 0 0 0;
	padding: 0;
}
#address label{
	float:none;
	font-size:11px;
	font-weight:bold;
	margin-bottom:2px;
}

#addressgrp-street-number,
#addressgrp-street-name,
#addressgrp-street-type {
  display: block;
  overflow: hidden;
  height: 40px;
}
#contact-details {
	border-top: 1px dashed #C1BACC;
}
