#subForm {
	padding: 10px 0;
	width: 600px;
	font-size: 0.9em;
	background: #F2F4F9;
	background: url(../images/maintext_bg.jpg) top left repeat-x;
	border: 1px solid #a7c9dc;
/*	float: left;  add otherwise dropping below left col */
	margin-left: 20px;
	
	float: right;
	width: 400px;
}
#subForm h2 {
	margin-left: 20px;
	padding-top: 0;
	margin-top:0;
/*	text-align:center; */
}
#subForm .label {
	float: left;
	clear: left;
	width: 100px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	color: #005c93;
}
#subForm p {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: left;
}
fieldset {
	border: 0;
}
input#name, input#emailaddress, input#phone, textarea#enquiry {
	font-size: .9em;
	width: 220px;
	background-color: #FFF;
	font-family:"Lucida Console", Monaco, monospace;
	margin-top: -2px;
}

input#subscribe {
	margin-left: 160px;
	background-color: #C0CAE2;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}
input#name:focus, input#emailaddress:focus, input#phone:focus, textarea#enquiry:focus {
	background-color: #C0CAE2;
}
#map_canvas {
	border: 1px solid #C0CAE2;
	padding: 2px;
	width: 650px; 
	height: 350px;
}