#contactdetails { /* the address, phone number etc live in this div */
	width: 100%;
/*	float: left;*/
}
#contactform { /* the contact form sits inside this div */
	width: 100%;
	/*float: right;*/
}
form#contact-form p {
	width: 100%;
	clear: both;
	text-align:right;
	border-bottom: 1px solid white;
}
form#contact-form p label {
	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:3px;
	border:1px solid #B0B0B0;
	font-family: "Trebuchet MS", sans-serif;
}
form#contact-form #submit {
	background:url(/images/submit.gif) no-repeat;
	height:30px;
	border:none;
	cursor:pointer;
	_cursor:hand;
	width:95px;
}
