#contactdetails { /* the address, phone number etc live in this div */
	width: 40%;
	float: left;
}
#contactdetails dt {
	font-weight: bold;
    padding-top:20px;
    color:#FB9C0A;
}
#contact-form { /* the contact-form form sits inside this div */
	width: 40%;
	float: right;
	padding: 1em 0;
    margin-right:85px;
}
form#contact-form p {
	width: 100%;
	clear: both;
    padding-top:10px;
}
form#contact-form p label {
	width: 28%;
    font-weight:bold;
    font-size:85%;
    float: left;
    color:#FB9C0A;
}
form#contact-form p input, form#contact-form p textarea, form#contact-form p select {
	float: right;
	width: 68%;
	font-family: "Trebuchet MS", sans-serif;
	overflow:hidden;
}
/*form#contact-form #submit {
    background: url(/images/layout/submitbutton.gif) no-repeat;
    text-indent:-9999em;
    margin-top:15px;
    height:25px;
    width:100px;
	cursor:pointer;
	_cursor:hand;
    border:none;*/

form#contact-form #submit {
	width: auto;
	cursor:pointer;
	_cursor:hand;
	border:none;
	background:none;
	float:right;
	margin-right:-10px;
}