#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: 58%;
	float: right;
}
form#contact-form p {
	width: 100%;
	clear: both;
	text-align:right;
}
form#contact-form p label {
	width: 38%;
	float: left;
}
form#contact-form p input, form#contact-form p textarea, form#contact-form p select {
	float: right;
	width: 58%;
	margin-bottom:3px;
	font-size:10pt;
	font-family: "Tahoma", sans-serif;
}
form#contact-form #submit {
	width: auto;
	cursor:pointer;
	_cursor:hand;
	background:url(/images/submit.gif) no-repeat;
	width:105px;
	border:none;
	height:35px;

}
