.label {
	width: 100px;
	font-family: "trebuchet ms";
	color: #008348;
	font-size: 11px;
}

.inputForm {
	height: 17px;
	width: 330px;
	border: 1px solid #BAD989;
	font-family: tahoma;
	font-size: 11px;
	color: #003300;
	padding-left: 5px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 3px;
	background-color: #F9FCF5;
}

.inputFormFile {
	height: 17px;
	width: 330px;
	border: 1px solid #BAD989;
	font-family: tahoma;
	font-size: 11px;
	color: #003300;
	padding-left: 5px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 3px;
	background-color: #F9FCF5;
}
.textForm {
	font-family: "trebuchet ms";
	font-size: 11px;
	color: #000000;
	height: 90px;
	width: 330px;
	border: 1px solid #BAD989;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-left: 5px;
	background-color: #F9FCF5;
}
.buttonForm {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #BAD989;
	height: 22px;
	width: 85px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 3px;
	cursor: pointer;
}

/*
	margin-right: 9px;
*/

