#subForm {
	padding: 10px 0;
	width: 100%;
	font-size: 0.9em;
	background: #86A562;
	border: 1px solid #CAD2D5;

}
#subForm h2 {
	color: #fff;
	margin-left: 10px;
}
#subForm .label {
	float: left;
	clear: left;
	width: 70px;
	margin-right: 10px;
	text-align: right;
	/*font-weight: bold;*/
	color: #fff;
}
#subForm p {
	clear: left;
}
fieldset {
	border: 0;
}
input#name, input#phone, input#emailaddress, textarea#enquiry {
	font-size: .9em;
	width: 160px;
	background-color: #FFF;
	font-family:"Lucida Console", Monaco, monospace;
	margin-top: -2px;
}

input#subscribe {
	margin-left: 80px;
	background-color: #fff;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}