.label {
	width: 130px;
	font-family: Arial, Tahoma, verdana;
	color: #000;
	font-size: 11px;
	line-height: 18px;
}
.labelLarge {
	font-family: Arial, Tahoma, verdana;
	color: #000;
	font-size: 11px;
	line-height: 18px;
}

.inputForm {
	height: 19px;
	width: 250px;
	border: solid 1px #a5c4b4;
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	padding-left: 5px;
	margin-left: 0;
	margin-top: 0;
	padding-top: 2px;
}

.textForm {
	font-family: "trebuchet ms";
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	height: 73px;
	width: 250px;
	border: solid 1px #a5c4b4;
	margin-top: 0;
	margin-left: 0;
	padding-top: 2px;
	padding-left: 5px;
}

.buttonForm {
	font-family: tahoma;
	font-size: 11px;
	color: #00512e;
	font-weight: normal;
	height: 22px;
	width: 85px;
	float: right;
	border-style: none;
}

