
.contact_details {
	padding:11px 0;
	float:left;
	width:160px;
}

#contact_map,
.contact_form {
	margin:10px 0;
}

#contact_map {
	width:300px;
	height:170px;
	float:left;
}

.contact_form fieldset {
	width:462px;
}

form div { margin-bottom: 5px; margin-left: 0 !important; width: 458px; padding-bottom: 4px; }

form label {
	display: inline-block;
	width: 156px;
	vertical-align: top;
	line-height: 24px;
	font-size: 13px;
}

form legend {
	font-weight:bold;
	font-size:14px;
	margin-bottom:20px;
}

form input, form select, form textarea {
	width: 294px;
	padding: 2px;
	border: 1px solid #ddd;
	background: #ffffff;
	font: normal 12px/12px Arial, Helvetica, sans-serif;
	color: #333;
}

form textarea { height: 140px; }

form select {
	padding: 0;
	width: auto;
}

form div.button {
	margin-top: 2px;
}

form input.btn {
	color: #fff;
    background: #925728;
    width: 78px;
    height: 24px;
    cursor: pointer;
    border:none;
	float:right;
	padding:0;
}

form input.btn:hover {
    background: #c77f45;
}

form .cc,
form .ccexpiry {
  width: 40px;
}

form input.checkbox {
  width: 30px;
  background: none;
  border: none;
  margin-right: 170px;
}

form em {
  color: #ff0000;
}

#contact_map span {
	display:none;
}