#subForm {
	padding: 10px 0;
	width: 90%;
	font-size: 0.9em;
	background: #F2F4F9;
	border: 1px solid #C0CAE2;
	float: left; /* add otherwise dropping below left col */
}

#subForm .label {
	float: left;
	clear: left;
	width: 150px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	color: ##0470ae;
}
#subForm p {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: left;
}
fieldset {
	border: 0;
}
input#name, input#email, input#phone, textarea#enquiry {
	font-size: .9em;
	width: 280px;
	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#email:focus, input#phone:focus, textarea#enquiry:focus {
	background-color: #C0CAE2;
}
#map_canvas {
	border: 1px solid #C0CAE2;
	padding: 2px;
	width: 650px; 
	height: 350px;
}