#contactdetails { /* the address, phone number etc live in this dl */
	width: 40%;
	float: left;
}
#contactdetails dt {
	font-weight: bold;
	text-transform:uppercase;
	color:#3E8630;
}
#contactdetails dd {
	margin:0 0 20px 0;
	padding:0;
	font-size:95%;
}
#contact-form { /* the contact-form form sits inside this div */
	width: 70%;
	float: right;
	margin:-280px 15px 0 0;
	font-size:95%;
}
form#contact-form p {
	width: 100%;
	clear: both;
	border:none;
}
form#contact-form p label {
	width: 20%;
	float: left;
	margin-left:100px;
	text-transform:uppercase;
	color:#3E8630;
	font-weight:bold;
}
form#contact-form p input, form#contact-form p textarea, form#contact-form p select {
	float: right;
	width: 48%;
	font-family: "Arial", sans-serif;
	margin-bottom:10px;
	background-color:#212121;
	border:1px solid #3E8630;
	color:#fff;
	padding:3px;
	overflow:hidden;
}
form#contact-form p textarea {
	height:105px;
}
form#contact-form #submit {
	width:auto;
	height:auto;
	cursor:pointer;
	_cursor:hand;
	margin-left:193px;
	float:left;
	border:none;
	background:none;
	padding:0;
}
#body_contact-betascapes #main img {
	border:1px solid #3E8630;
	padding:5px;
	margin-bottom:20px;
}
form#contact-form #submit img {
	border:none;
}
#bs-map {
	position:absolute;
	top:840px;
	left:511px;
}
