

#contactdetails { /* the address, phone number etc live in this dl */
	width: 40%;
	float: left;
}
#contactdetails dd {
	margin:0 0 15px 0;
	padding:0;
}
#contactdetails dt {
	font-weight: bold;
	color:#65021d;

}
#contact-form { /* the contact-form form sits inside this div */
	width: 365px;
	float: right;
}
form#contact-form p {
	width: 100%;
	clear: both;
	/*border-bottom: 1px solid white;*/
}
form#contact-form p label {
	width:90px;
	float:left;
	color:#65021d;
	font-weight:bold;
}
form#contact-form p input, form#contact-form p textarea, form#contact-form p select {
	float: right;
	width: 250px;
	font-family: "Arial", sans-serif;
	margin-bottom:8px;
	border:1px solid #65021d;
	font-size:80%;
	padding:3px;
}
form#contact-form p textarea {
	height:150px;
	background:url(/images/textarea-tile.jpg) top repeat-x;
	overflow:hidden;
}
form#contact-form p input {
	background:url(/images/input-tile.jpg) top repeat-x;
}
form#contact-form #submit {
	cursor:pointer;
	_cursor:hand;
	border:1px solid #65021d;
	background:url(/images/submit-button.jpg) no-repeat;
	height:25px;
	width:74px;
	text-indent:-9999em;
	display:block;
	float:right;
	
}
 /* to hide spam honeypot thingie */
p#flytrap {
	display:none;
}
p.error{
    padding:1em;
	background:#FF9900;
}
