@charset "utf-8";
/* ------------------ CONTACT US PAGE */
#contactholder {
	float: left;
	display: inline;
	margin: 0 0 0 16px;
	padding: 15px 0 0 0;
	background: #ededed url(../../images/misc/contact-box-top.gif) top left no-repeat;
}
.ff3 #contactholder, .safari #contactholder, .chrome #contactholder {
	width: 693px;
}
#contactholder .content {
	float: left;
	background: url(../../images/misc/contact-box-bottom.gif) bottom left no-repeat;
}
#form {
	float: left;
	width: 394px;
	padding: 0 0 0 20px;
}
.row {
	float: left;
	width: 394px;
	padding: 0 0 7px 0;
}
.row .name {
	float: left;
	width: 100px;
	padding: 1px 0 0 0;
	font-weight: bold;
	color: #0b56a7;
}
.row .postcode {
	width: 72px;
	padding: 1px 0 0 10px;
}
.row span {
	color: #d4444a;
	font-size: 1.4em;
}
.row .notrequired span {
	color: #ededed;
}
.row .field {
	float: left;
	width: 294px;
}
.row .field input, .row .field textarea {
	float: left;
	width: 90%;
	padding: 3px 0 2px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.row .field textarea {
	height: 180px;
}
.halfrow {
	width: 197px;
}
.halfrow .field {
	width: 97px;
}
.halfrow .field input {
	width: 85px;
}
.opera .halfrow .field input {
	width: 77px;
}
#contactdetails {
	float: left;
	width: 259px;
}
.ie7 #contactdetails {
	padding: 0 0 8px 0;
}
.detailsbox {
	float: left;
	position: relative;
	width: 259px;
	margin: 0 0 8px 0;
	background: url(../../images/misc/contact-details-top.gif) top left no-repeat;
}
.detailsbox .info {
	float: left;
	width: 259px;
	padding: 8px 0 11px 0;
	background: url(../../images/misc/contact-details-bottom.gif) bottom left no-repeat;
}
.detailsbox .info .icon {
	float: left;
	width: 36px;
	text-align: right;
}
.detailsbox .info .text {
	float: left;
	padding: 0 0 0 10px;
	width: 213px;
	line-height: 1.5em;
}
.detailsbox .info .text strong {
	color: #6d6d6d;
}
.detailsbox .info .text span {
	font-size: 1.6em;
}
.detailsbox .map {
	padding: 6px 0 11px 8px;
}
.detailsbox .map .link {
	float: left;
	width: 230px;
	padding: 10px 0 2px 4px;
}
.detailsbox .map .link a {
	border-bottom: 1px dotted #3776ba;
}
.detailsbox .map .link a:hover {
	border-bottom: 1px dotted #000;
}
.detailsbox .iso {
	position: absolute;
	top: 13px;
	right: 18px;
	clear: both;
}
#requestsamples {
	float: left;
	display: inline;
	width: 670px;
	margin: 10px 0 0 10px;
	background: url(../../images/misc/request-samples-top.gif) top left no-repeat;
}
#requestsamples #samples {
	float: left;
	width: 650px;
	padding: 13px 0 10px 20px;
	background: url(../../images/misc/request-samples-bottom.gif) bottom left no-repeat;
}
#requestsamples #samples h3 {
	color: #0b56a7;
	font-size: 1.1em;
}
#requestsamples #samples .firstrow {
	padding: 7px 0 0 0;
}
#requestsamples #samples .samplerow {
	float: left;
	width: 100%;
	display: inline;
	margin: 0 0 10px -3px;
}
#requestsamples #samples .samplerow h4 {
	width: 98%;
	color: #000;
	font-size: 1em;
	padding: 5px 0 1px 4px;
	margin: 0 0 5px 0;
	border-bottom: 1px dotted #999;
}
#requestsamples #samples .samplebox {
	float: left;
	display: inline;
	width: 157px;
	padding: 0 5px 0 0;
	color: #3c3c3c;
}
#requestsamples #samples .samplebox div {
	float: left;
}
#requestsamples #samples .samplebox label {
	float: left;
	display: inline-block;
	padding: 3px 0 0 3px;
}
#buttonrow {
	float: left;
	width: 674px;
	padding: 10px 18px 10px 0;
	text-align: right;
}
.message {
	float: left;
	width: 351px;
	padding: 5px 10px;	
	font-weight: bold;
}
.error {
	color: #fff;
	background: #C00;
}
.thankyou {
	color: #fff;
	background: #090;
}