/******Styles for input areas of enquiry form ******/
body#enquiry textarea {background-color: #FAE0AF; color: #333333; font-size: 1.1em;}
body#enquiry option, body#enquiry select, body#enquiry input {background-color: #FAE0AF; color: #333333; font-size: 0.95em;}
body#enquiry .prompt {text-align: right; padding-right: 5px; vertical-align: top;}
body#enquiry #container span.smallText {font-size: 0.8em; text-align: left;}
body#enquiry .reqd {color: red; font-weight: bold;}
body#enquiry p.button {text-align: center; margin-top: 40px; margin-right: 170px;}
/***************************************************************/
fieldset{background-color: #EDE7CE;}
table {
	margin: 20px 0;
	text-align: left;
	color: #333333;
	table-layout: fixed;
}
caption {
	caption-side: top;
	text-align: left;
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}
legend {font-weight: bold;}	
table a {color: #4B4948;}
body#enquiry table td {
	text-align: left;
	font: 0.9em Arial, Helvetica, sans-serif;
}
body#enquiry td.centre {text-align: center;}
