#maintext {
	margin-right: 10px;
}
#subForm {
	width: 430px;
	padding: 5px 10px;
	margin-right: 10px;
	margin-top: 10px;
	background: #f6fbf6;
	border: 1px solid #d9ecd9;
}
* html #subForm {
	width: 450px;
	w\idth: 430px;
}
#subForm .label {
	float: left;
	clear: left;
	width: 120px;
	margin-right: 10px;
	text-align: right;
}
#subForm p {
	clear: left;
}
#subForm h2, #subForm p {
	color: #045e04;
}
fieldset {
	border: 0;
}
input#name, input#emailaddress, input#to, input#from, select#trip_type, textarea#enquiry {
	width: 220px;
	background-color: #FFF;
}
input#submit {
	margin-left: 130px;
	background-color: #045e04;
	color:#fff;
}
#address {
	float:right;
	background:#3e8a3e;
	background: #66ab66 url(../images/contactbg.jpg) top left repeat-x;
	font-size: 0.9em;
	padding: 5px 10px 80px 10px;
}
#address p, #address h2 {
	color: #fff;
}
