#contactdetails { /* the address, phone number etc live in this dl */
	width: 58%;
	float: left;
}
#contactdetails dt {
	font-weight: bold;
}
#contact-form { /* the contact-form form sits inside this div */
	width: 35%;
	float: right;
	padding-right:5px;
}
form#contact-form p {
	width: 100%;
	clear: both;
	border-bottom: 1px solid white;
	padding:3px;
}
form#contact-form p label {
	width:25%;
	float: left;
	color:#000000;
	font-weight:normal;
	
}
form#contact-form p input, form#contact-form p textarea, form#contact-form p select {
	float: right;
	width: 65%;
	font-family: "Verdana", sans-serif;
	background-color: #eeeeee;
	border:1px inset #006633;
}
form#contact-form #submit {
	width: 85px;
	height:32px;
	background:url(/images/layout/submit-button.png) no-repeat;
	border:none;
	padding:0;
	margin:0;
	margin-top:4px;
	cursor:pointer;
	_cursor:hand;

}

form#contact-form{

position:absolute; 
top:260px;
right:20px;

}

