
.contact_details {
	padding:11px 0;
}

.contact_map,
.contact_form {
	background: url('../images/dotted_line.gif') 0 0 no-repeat;
	padding:21px 0;

}

form div { margin-bottom: 5px; margin-left: 0 !important; width: 458px; padding-bottom: 4px; }

form label {
	display: inline-block;
	width: 120px;
	vertical-align: top;
	line-height: 24px;
	font-size: 1.1em;
}

form input, form select, form textarea {
	width: 325px;
	padding: 3px;
	border: 1px solid #ddd;
	background: #ffffff;
	font: normal 13px/13px Verdana, 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: #9f490c;
    width: 78px;
    height: 24px;
    cursor: pointer;
    border: 1px solid #813b09;
	float:right;
	padding:0;
}

form input.btn:hover {
    background: #bd5912;
}

form .cc,
form .ccexpiry {
  width: 40px;
}

form input.checkbox {
  width: 30px;
  background: none;
  border: none;
  margin-right: 170px;
}

form em {
  color: #ff0000;
}
