input,textarea {
	border: 1px solid #9f9f9f;
	margin: 0;
}
input {
	height: 22px;
	line-height: 22px;
	margin-bottom: 5px;
}

input.button {
	border: 0;
	margin-left: 6px;
	margin-top: 10px;
}
input#submit_button {
	margin-right: 0px;
	margin-left: 12px;
}
#tree {
	margin-bottom: -6px;
}

.contact_detail .type {
	color: #8dbe3f;
}

#contact_form label span {
	display: none;
}
#notification {
	color: green;
}
#contact_form h2 {
	background: url('../images/Send_us_a_message.gif') no-repeat scroll top left;
	width: 148px;
	height: 18px;
}
#contact_form h2 span {
	display: none;
}
#contact_form label {
/*	margin-top: 2px;*/
	margin-right: 1px;
	line-height: 32px;
}
#contact_form textarea {
	height: 96px;
	margin: 0;
	padding: 0;
}
#name label {
	background: url('../images/label-name.gif') no-repeat scroll top left;
	width: 75px;
	height: 26px;
}
#email label {
	background: url('../images/label-email.gif') no-repeat scroll top left;
	width: 75px;
	height: 26px;
}
#phone label {
	background: url('../images/label-phone.gif') no-repeat scroll top left;
	width: 75px;
	height: 26px;
}
#message label {
	background: url('../images/label-message.gif') no-repeat scroll top left;
	width: 75px;
	height: 100px;
}

label.error {
	background: none !important;
	color: red;
	padding-left: 77px;
}
#message label.error {
	padding-left: 2px;
}
input.error {
	border-color: red;
}
.spacer {
	width: 75px;
}

#map h2 {
	background: url('../images/Contact_us.gif') no-repeat scroll top left;
	width: 80px;
	height: 14px;
}
#map h2 span {
	display: none;
}
#map_canvas {
	height: 205px;
	width: 375px;
	border: 1px solid #6e421b;
	margin-bottom: 20px;
}