#contactcon {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin: 20px 0 20px;
}

#contactcon div {
	float: left;
	width: 265px;
}

#contactcon div h3 {
	color: #b1835d;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

#contactcon p {
	margin: 0 0 5px;
}

#contactcon a {
	color: #8aaf12;
	text-decoration: underline;
}

#contactcon a:hover {
	text-decoration: none;
}

#contacthead {
	margin-bottom: 10px;
	font-size: 1.1em;
	font-weight: bold;
	color: #b1835d;
	font-family: Arial, Helvetica, sans-serif;
}

#contact li {
	margin-bottom: 5px;
	list-style: none;
}

#contact li select {
	width: 355px;
}

#contact input#Postcode {
	width: 60px;
	text-transform: uppercase;
}

#contact textarea#Address {
	height: 120px;
}

#contact input, #contact textarea {
	width: 350px;
	color: #01135b;
	padding: 2px;
	border-top: 1px solid #656565;
	border-left: 1px solid #656565;
	border-bottom: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	background: #faf9f9 url('/images/bg_formbg.gif') repeat-x top;
	margin: 0;
	font: 1em tahoma, arial;
}

#contact textarea {
	height: 160px;
	background-image: url('/images/bg_textarea.gif');
}

#contact label {
	display: block;
	float: left;
	width: 105px;
}

.astr, .require {
	font-size: 1em;
	color: #6d8e04;
}

.require {
	padding-left: 5px;
	vertical-align: top;
}

input#submit {
	border: none;
	background: none;
	height: 21px;
	width: 116px;
	margin-left: 106px;
	padding: 0;
	float: none;
}