#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;
	border-bottom: 1px dashed #E6F0F9;
	text-align:right;
}
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%;
	font-family: "Trebuchet MS", sans-serif;
	margin-bottom:2px;
}
form#contact-form #submit {
	width:88px;
	height:50px;
	margin-top:2px;
	background:url(/images/submit.jpg) no-repeat;
	border:none;
	cursor:pointer;
	_cursor:hand;
}

fieldset{
	background:url(/images/fieldset-bg.jpg) bottom left repeat-x;
	border-top:1px solid #81a5c2;
	border-bottom:1px solid #4595D1;
	border-right:1px solid #81a5c2;
	border-left:1px solid #81a5c2;
	

}

