#contactdetails { /* the address, phone number etc live in this dl */
	width: 40%;
	float: left;
}
#contactdetails dt {
	font-weight: bold;
	color:#064E87;
	width:80px;
	margin-bottom:7px;	
}
#contactdetails dd {
	margin:0 0 15px 0;
	font-size:.9em;
}
#contact-form { /* the contact-form form sits inside this div */
	width: 58%;
	float: right;
}
form#contact-form p {
	width: 100%;
	clear: both;
	border-bottom: 1px solid white;
}
form#contact-form p label {
	width: 70px;
	float: left;
	color:#064E87;
	font-weight:bold;
}
form#contact-form p input, form#contact-form p textarea, form#contact-form p select {
	float: right;
	width:200px;
	font-family: "Trebuchet MS", sans-serif;
	font-size:85%;
	margin-bottom:7px;
	overflow:hidden;
	border:1px solid #CFB17E;
	background:#fff url(/images/search-box-tile.jpg) repeat-x top;
	padding:2px;
	color:#453032;
}
form#contact-form p textarea {
	height:150px;
}
#contact-form .submit {
	background:none;
	border:0;
	width:auto;
	float:right;
	cursor:pointer;
	_cursor:hand;
	margin-right:-5px;
}