#contactdetails { /* the address, phone number etc live in this div */
	width: 40%;
	float: left;
}
#contact-form { /* the contact form sits inside this div */
	width: 48%;
	float: right;
}
form#contact-form p {
	width: 100%;
	clear: both;
}
form#contact-form p label {
	width: 25%;
	padding-left:25px;
	float: left;
}
form#contact-form p input, form#contact-form p textarea, form#contact-form p select {
	float: right;
	width: 65%;
	margin:0 0 4px 0;
	border:1px solid #F07F1E;
	background-color:#BFBFBF;
}
form#contact-form #submit {
	width:90px;
	height:41px;
	background:url(/images/submit.jpg) no-repeat;
	border:none;
	position:relative;
	left:2px;
	_cursor:hand;
	cursor:pointer;
}

form#contact-form p label em{
	color:#F07F1E;
}