table.formTable {
	line-height: 150%;
	width:100%;
}

table.formTable td {
	color: balck;
	height:30px;
}

table.formTable th {
	color: balck;
	height:30px;
	font-weight: bold;
	text-align: right;
}

table.formTable caption {
	color: balck;
	height:30px;
	font-weight:bold;
	font-size:120%;
	line-height:200%;
}

.textBox {
	border-width:2;
	border:1px solid #7E9DB9;
	width:100%;
	padding-top:2px;
	padding-bottom:2px;
	font-size: 100%;
}

.listTable{
	width:100%;
}

.listTable th{
	color:#777777;
	padding-right:5px;
	width:3%;
	white-space:nowrap;
	font-weight: normal;
}

.btn {
	border-right: #7b9ebd 1px solid;
	padding-right: 2px;
	border-top: #7b9ebd 1px solid;
	padding-left: 2px;
	font-size: 12px;
	/*filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr=#ffffff,endcolorstr=#cecfde);*/
	BACKGROUND: url(../images/main/bu_bg.gif);
	border-left: #7b9ebd 1px solid;
	cursor: hand;
	color: black;
	padding-top: 2px;
	border-bottom: #7b9ebd 1px solid;
}

.textcss{
	border-width:2;
	border:1px solid #7E9DB9;
}

.normalTable{
	line-height: 150%;
	width:100%;
}

.normalTable th{
	white-space:nowrap;
	width:5%;
	text-align:right;
	font-weight: normal;
	font-size:12px;
}

