/* Tree Form CSS */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

#container {
	width: 593px;
	margin: 20px auto;
	border: 1px solid #000;
	
}

label{
	float: left;
	width: 120px;
	font-weight: bold;
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 13px;
	color: #000;
}

.inputClass {
	width: 300px;
	margin-bottom: 10px;
	border: 1px solid #9acd58;
	border-top: none;
	border-left: none;
	border-right: none;
	/** remember to change image path **/
	background: url(none) no-repeat #FFFFFF;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #466d4e;
}

#content {
	border-bottom: 1px solid #4a4523;
}

#formBody {
	margin: 40px 0 40px 50px;
}

.req {
	color: #FF0000;
	font-size: 9px;
}

#thanksMsg {
	color: #006600;
	font-weight: bold;
	text-align: center;
	margin-right: 40px;
}
