#contactdetails { /* the address, phone number etc live in this div */
	width: 40%;
	float: left;
}
#contactform { /* the contact form sits inside this div */
	width: 58%;
	float: right;
}
form#contact-form p {
	width: 98%;
	clear: both;
	text-align:right;
/*	border-bottom: 1px solid white;*/
}
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%;
		margin-bottom:3px;

	font-family: "Trebuchet MS", sans-serif;
}
form#contact-form #submit {
	width: auto;
}
