.label {
	width: 100px;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight:bold;
}

.inputForm {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	width: 310px;
	border: 1px solid #BBCAB5;
	font-size: 11px;
	color: #000000;
	padding-top: 2px;
	padding-bottom:2px;
	padding-left: 5px;
	margin-bottom: 4px;
}

.textForm {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 100px;
	width: 310px;
	text-align:left top;
	border: 1px solid #BBCAB5;
	padding-top: 2px;
	padding-bottom:2px;
	padding-left: 5px;
	margin-bottom: 4px;
}
.buttonForm {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #4a6f48;
	height: 22px;
	width: 85px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 4px;

}
.radioForm {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight:bold;
}
