/* CSS Document */
#contact-wrapper {
	float: left;
	margin-bottom: 35px;
	width:460px;
	background:#181818;
}
#contact-wrapper p.error{
padding: 0 10px 10px 10px;
}
#contact-wrapper p.success{
padding: 0 10px 10px 10px;
}
form{
background:#181818;
padding: 0 0 0 0;
margin: 0px;
width:460px;
}

form #element{
	border: none;
	margin-bottom: 15px;
	padding: 0 10px 0 10px;
	width: 440px;
}
form #element.lastform{
	padding: 0 10px 0px 10px;
	margin-bottom: 10px;
}

#contact-wrapper label {
	color: #c2822e;
	display:block;
	font-weight: bold;
	float:none;
	padding-bottom: 10px;
	text-align: left;
	width:440px;
}
form#contactform input {
	border: #6d6e70 1px solid;
	height: 20px;
	width: 210px;
}
form#contactform textarea {
	border: #6d6e70 1px solid;
	height: 120px;
	width: 440px;
}
form#contactform #element input.submitbutton {
	background-image: url(../images/submit_up.gif);
	border: none;
	height: 28px;
	width: 70px;
}
form#contactform #element input.submitbutton:hover {
	background-image: url(../images/submit_over.gif);
	border: none;
	height: 28px;
	width: 70px;
}
form#contactform #element input:focus, form#contactform #element textarea:focus{
	border: solid 1px #c2822e;
}
#details{
clear: right;
float: right;
padding-left: 0px;
width: 220px;
}
#mapbox{
background-color: #181818;
float: left;
padding: 0px 0 10px 0;
width: 460px;
}
iframe{
padding: 0 10px 0 10px;
}
.map{
clear: both;
}
