@charset "utf-8";
/* CSS Document */

.requiredInputStyle {
	border: 1px solid #797a75;
	background: url(none) no-repeat #eaede8;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #454743;
}

.optionalInputStyle {
	border: 1px dashed #797a75;
	background: url(none) no-repeat #eaede8;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #454743;
}

.textAreaStyle {
	border: 1px solid #797a75;
	background: url(none) no-repeat #eaede8;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	font-size: 14px;
	color: #454743;
}

.textAreaStyleOptional {
	border: 1px dashed #797a75;
	background: url(none) no-repeat #eaede8;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	font-size: 14px;
	color: #454743;
}

.requiredLabelStyle {
	font-family: tahoma, helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color: #82983e;
}
	
.optionalLabelStyle {
	font-family: tahoma, helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color: #82983e;
}

.submitStyle {
	border: 1px solid #797a75;
	background: url(none) no-repeat #eaede8;
	font-family: tahoma, helvetica, sans-serif;
	font-weight: normal; 
	font-size: 28px;
	color: #454743;
}

td {
	font-size:11px;
	color:#666;
}

.negativeResponse {
	font-family: tahoma, helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #F00;
}

.negativeResponseSmall {
	font-family: tahoma, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #F00;
}

.positiveResponse {
	font-family: tahoma, helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #3C0;
