#main #right_col {
	width: 220px;
}
* html #main #right_col {
	width: 235px;
	w\idth: 220px;
}
#main #left_col {
	width: 515px;
}
* html #main #left_col {
	width: 530px;
	w\idth: 515px;
}
#quoteform {
	width: 515px;
	background:url(../images/form_quote1_top.gif) top left no-repeat;
	padding-top: 10px;
}
form {
	border: 1px solid #207e90;
	border-top: 0;
	border-bottom: 0;
	padding: 10px;
	margin: 0;
	background: #e3f9fd;
}
form label {
	width: 220px;
	font-size: 0.9em;
	clear: left;
	color: #238a9e;
	font-weight: bold;
	float: left;
	text-align: right;
}
form h2 {
	padding-top: 0;
	margin-top: 0;
	margin-left: 10px;
	text-align: left;
	color: #238a9e;
}
form li {
	color: #238a9e;
}
input#NAME, input#PHONE, input#EMAIL, input#LOCATION, textarea#ENQUIRY {
	width: 200px;
	background-color: #fff; 
	font-family:"Lucida Console", Monaco, monospace;
	font-size: .9em;
	margin-top: -2px;
}
textarea#ENQUIRY {
	height: 150px;
}
input#submit {
	margin-left: 0;
	position: absolute;
}
form p.explain {
	text-align: left;
	margin-left: 30px;
}
form p.explain img {
	float: left;
	padding-right: 10px;
}
img.prev {
	position:relative;
	right:10px;
	bottom: 0;
	border: 0;
}