@charset "UTF-8";
/* CSS Document */

fieldset{
	float:left;
	width:420px;
	height:auto;
	overflow:hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	margin: 0px;
	padding: 10px 0px 5px;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
}
/* CSS Document */

fieldset input {
	float: right;
	width: 50%;
	border: 1px solid #9D1217;
	background-color: #FFF !important;
	;
	height: 21px;
	padding: 1px 2px 2px;
}/*fields you type into*/
fieldset textarea  {
	float: right;
	width: 45%;
	background-color: #FFF;
}
fieldset input:hover {
	border-color:#F29207;
}
fieldset input:active, input:focus {
}
#enquiry {
	width: 50%;
	border: 1px solid #760B0A;
	padding: 2px;
}

label, label span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1em;
	padding-bottom: 0.3em;
	color: #333;
}/*the text itself*/
label {
	float:left;
	width: 100%;
	margin-bottom: 5px;
}/*surrounds the text and input box*/
select {
	float: right;
	width: 50%;
}
label span {
	float: left;
	text-align:left;
}/*text box width*/
.buttons {
	height: auto;
	width: 80px;
	margin-right: 19px;
	margin-top: 5px;
}
#address {
	width: 50%;
	border: 1px solid #760B0A;
	padding: 2px;
}

