@charset "utf-8";
#content h2 {
	font-size: 16px;
	color: #333333;
	margin-bottom: 5px;
}
#content h3 {
	font-size: 24px;
	color: #333333;
}
#Details h3 {
	font-size: 18px;
}
div#Details {
	width: 411px;
	float: left;
	margin-top: 10px;
}
#Details a {
	color: #333333;
	font-size: 18px;
	text-decoration: none;
}
div#address {
	float: right;
	width: 276px;
	margin-top: 10px;
}
#address p {
	font-size: 14px;
	line-height: 1.6;
}
div#contact-form {
	width: 379px;
	border: 1px solid #cccccc;
	background-color: #f9f9f9;
	margin-top: 28px;
	position: relative;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 30px;
	float: left;
	clear: left;
}
#contact-form form {

}

#contact-form fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#contact-form input {
	margin-bottom: 8px;
	width: 192px;
	height: 18px;
	font-size: 12px;
	line-height: 12px;
	white-space: nowrap;
	padding: 1px 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border: 1px solid #737373;
}
#contact-form #query {
	width: 192px;
	height: 144px;
	margin: 0px;
	padding: 0px;
}

#contact-form #queryl {
	border-right-color: #FFFFFF;
}

#contact-form #send {
	height: 36px;
	width: 53px;
	clear: both;
	border: none;
	position: absolute;
	margin: 0px;
	right: 43px;
	bottom: -20px;
}
.postcode fieldset {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#mapwrap {
	float: right;
	width: 276px;
	margin-top: 28px;
}
#map {
	background-repeat: no-repeat;
	border: 2px solid #CCCCCC;
	height: 260px;
}
#mapwrap .postcode {
	height: 30px;
	background-color: #f9f9f9;
	border: 1px solid #cccccc;
	margin-top: 3px;
	position: relative;
}
.postcode #entercode {
	float: left;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	border: 1px solid #cccccc;
}
.postcode #directions {
	position: absolute;
	left: 172px;
	top: 13px;
}
#redbar {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	min-height: 40px;
	background: #ffc7c7 url(../Images/warning.png) no-repeat 5px 5px;
	border: 1px solid #ff7070;
	*position: absolute;
	*width: 100%;
	*border-left: none;
	*border-right: none;
	text-align: left;
}

#redbar p {
	padding: 5px 0 5px 45px;
}

#error,#mailsent {
	margin-bottom: 20px;
	background: #FFC7C7;
	border: 1px solid #FF7070;
	padding: 5px;
}
#mailsent {
	background: #BEFAB1;
	border: 1px solid #6DF550;
}
label {
	clear: left;
	float: left;
	display: block;
	width: 140px;
	padding-right: 13px;
	line-height: 22px;
	margin-right: 2px;
	*margin-top:1px;
}
label.required {
	padding-right: 10px;
	border-right: 3px solid #fe8b97;
}
label.empty {
	padding-right: 10px;
	border-right: 3px solid #FF0000;
}