@charset "utf-8";
/* CSS Document */

.textBox {
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-right: 5px;
	padding-right: 5px;
	margin-left: 2px;
	padding-left: 5px;
	font-family: Tahoma;
	font-size: 12px;
}
.numberBox {
	border: 1px solid #000000;
	width: 16px;
	height: 18px;
	font-family: Tahoma;
	font-size: 12px;
	padding-left: 4px;
	padding-bottom: 0px;
}
