#contactdetails { /* the address, phone number etc live in this div */
	width: 40%;
	float: left;
}
#contact-form { /* the contact-form form sits inside this div */
	width: 48%;
	float: right;
}
form#contact-form p {
	width: 100%;
	font-size:0.9em;
	clear: both;
}
form#contact-form p label {
	text-align:right;
	width: 28%;
	float: left;

}
form#contact-form p input, form#contact-form p textarea, form#contact-form p select {
	float: right;
	width: 68%;
	margin-bottom:6px;
	font-family: "Trebuchet MS", sans-serif;
}
form#contact-form #submit {
	height:46px;
	width: 106px;
	cursor:pointer;
	_cursor:hand;
	border:none;
	background:url(/images/submit.jpg) no-repeat;
}
