#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: 55%;
	float: right;
	margin-right:5px;
}
form#contact-form p {
	width: 100%;
	clear: both;
	text-align:right;
	font-size:0.8em;
}
form#contact-form p label {
	width: 40%;
	float: left;
}
form#contact-form p input, form#contact-form p textarea, form#contact-form p select {
	float: right;
	width: 55%;
	font-family: "Trebuchet MS", sans-serif;
	margin-bottom:3px;
}
form#contact-form #submit {
	height:31px;
	width:73px;
	position:relative;
	left:22px;
	background:url(/images/submit.jpg) no-repeat;
	border:none;
	cursor:pointer;
	_cursor:hand;
}
