/* ------------------------------------- New Form 2009 --------------------------------------------------------------- */


#contactus{
	float: left;
	background: transparent;
	color: #0f3a26;
	border: none;
}

#contactus td{
	width: 48%;
	padding: 1%;
}

#contactus p{ margin: 7px 0;}

#contactus label, #contactus .textfield{
	display: inline-block;
	width: 150px;
	height: 18px;
}

#contactus label{
	margin-right: 5px;
	font-weight: bold;
	letter-spacing: .15em;
	text-align: right;
}

#contactus h2{
	display: block;
	margin: 0 auto 5px auto;
	
	text-align: center;
}

#check_boxes h2{
	padding: 0 0 5px 0;
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
}

#contactus input.textfield{
	background-color: #fff;
}

#contactus input.button{
	display: inline-block;
	width: 100px;
	height: 25px;
	margin: 0 0 5px 0;
	background-color: #1b5a3f;
	color: #fff;
}

#contactus textarea{
	display: block;
	clear: both;
	width: 350px;
	height: 100px;
	background-color: #fff;
}


#check_boxes{
	background-color: #1b5a3f;
	border-right: 1px solid #0f3a26;
	border-bottom: 1px solid #0f3a26;
	color: #fff;
}

#check_boxes p{display: table; line-height: 18px; margin: 0;}

#check_boxes label{
	width: 300px;
	margin: 0 0 0 5px;
	font-weight: normal;
	text-align: left;
}

#check_boxes .checkbox{
	display: inline-block;
	background-color: none;
	width: 15px;
	height: 15px;
	margin-right: 4px;
}

div.form_status{
	margin: 0 35px 15px auto;
	height: 75px;
	line-height: 15px; /* Maximum of 5 Errors! */
	text-align: right;
}

.form_status strong{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
	line-height: 1.3em;
}

.form_status strong span{
	font-size: 10pt;
	font-style: italic;
}


.errors{
	color: #1b5a3f;
	text-transform: uppercase;
}

