body {
	margin-top: 20px;
	background-color: #408D27;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

/*#fern {
	background-attachment: scroll;
	background-image: url(images/fern_leaf.gif);
	background-repeat: no-repeat;
	background-position: 510px 200px;
}*/

#container {
	width: 600px;
	/*padding-top:20px;*/
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
}

#main_image {
	text-align: center;
}

#header_copy	{
	padding:10px 80px 10px 80px;
	text-align:center;
	font-size:14px;
}


#content {
	margin:0px auto;
	padding:0px;
	/*width:478px;*/
}
#main_forms {
	text-align:left;
	padding: 0px 60px 20px 60px;
}

#main_forms h1 {
	font-size: 16px;
	color:#408D27;
}

a{

	color: #408D27;
}
a:hover{

	color: #408D27;
	text-decoration:underline;
}
#main_forms h3 {
	font-size: 11px;
	margin-top: 0px;
}

#main_forms input {
	margin-bottom:5px;
}

#main_forms input.text {
	width:330px;
}
#main_forms input.time {

	width:200px;
}
#main_forms input.butt {

	background-color: #408D27;
	font-weight: bold;
	height: 25px;
	width:100px;
	color:#fff;
	border:none;

}

#main_forms input.checkbox {
	width:25px;
	/*height: 13px;*/
	vertical-align:middle;
}
/*#main_forms td {
	vertical-align: top;
}*/

.greenacres{ padding-right:10px;}
