#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;
	font-weight:bold;
	text-transform:uppercase;
	font-size:0.7em;
	color:#44321d;

	
}
form#contact-form p label {
	width: 48%;
	float: left;
}
form#contact-form p input, form#contact-form p textarea, form#contact-form p select {
	float: right;
	width: 48%;
	font-family: "Trebuchet MS", sans-serif;
	margin:0 0 3px 0;
}
form#contact-form #submit {
	width: auto;
}
