.textbox_on {
	font-family:Arial;
	font-size:12px;
	background: #FFFFFF;
	border-width: 2;
	border-color: #000000;
	border-style: solid;
	width: 300px;
}
.textbox_off {
	font-family:Arial;
	font-size:12px;
	background: #e0e0e0;
	border-width: 2;
	border-color: #999999;
	border-style: solid;
	width: 300px;
}

.textbox2_on {
	font-family:Arial;
	font-size:12px;
	background: #FFFFFF;
	border-width: 2;
	border-color: #000000;
	border-style: solid;
	width: 83px;
}
.textbox2_off {
	font-family:Arial;
	font-size:12px;
	background: #e0e0e0;
	border-width: 2;
	border-color: #999999;
	border-style: solid;
	width: 83px;
}

.textbox3_on {
	font-family:Arial;
	font-size:12px;
	background: #FFF2BD;
	border-width: 2;
	border-color: #000000;
	border-style: solid;
	width: 50px;
}
.textbox3_off {
	font-family:Arial;
	font-size:12px;
	background: #e0e0e0;
	border-width: 2;
	border-color: #999999;
	border-style: solid;
	width: 50px;
}
.textbox4_on {
	font-family:Arial;
	font-size:12px;
	background: #FFFFFF;
	border-width: 2;
	border-color: #000000;
	border-style: solid;
	width: 270px;
}
.textbox4_off {
	font-family:Arial;
	font-size:12px;
	background: #e0e0e0;
	border-width: 2;
	border-color: #999999;
	border-style: solid;
	width: 270px;
}