@charset "utf-8";
/* CSS Document */

/* FORM STYLING */

form div {
	clear:left;
	}
	
fieldset div {
	margin:10px 0px;
	}
		
form div label {
	float:left;
	width:25%;
	margin-left:10px;
	margin-right:10px;
	font-size:1.3em;
	font-weight:normal;
	text-align:right;
	}
	
input.txt, textarea.txt {
	color:#000000;
	border: 1px solid #CDC5AB;
	background-color:#CDC5AB;
	width:60%;
	padding:0.5em;
	}
	
fieldset {
	border:none;
	margin:0.7em 0px;
	padding:1.5em;
	}
	
input.button	{
	float:right;
	margin-right:40px;
	color:#333333;
	background-color: #CDC5AB;
	border: 1px solid #CDC5AB;
	}
	
select.select {
	color:#000000;
	background-color:#CDC5AB;
	border: 1px solid #CDC5AB;
	}
	
legend {
	font-size:1.8em;
	font-weight:lighter;
	text-align:left;
	color:#74674e;
	margin-bottom:5px;
	margin-left:-10px;
	padding: 0px 10px;
	}
	
#enquiry {
	height:120px;
	}
	
	
	
	
	
	
	
	
	
	
	
	