   		
#box{
	background-color:#EEE;
	border:1px solid #000;
	position:absolute;
	display:none;
	z-index:20000;
	padding:2px;
	font-size:0.9em;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	
}
#boxShadow{
	position:absolute;
	background-color:#555;
	display:none;
	z-index:10000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;

}

.popupTable2 TH {
	background-color: #EEEEEE;
	color: #999966;
	font-weight: bold;
	text-align: left;
	font-size: 11px;
	font-family: Verdana; 
}

.popupTable2 TH TD INPUT {
	font-size: 9px; 
	font-family: Verdana; 
	width: 20px;
}

.popupTable TH {
	background-color: #999966;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	font-size: 11px;
	font-family: Verdana; 
}

.popupTable TH TD INPUT {
	font-size: 9px; 
	font-family: Verdana; 
	width: 20px;
}

<!--
.ari {
	font-family: Arial, Helvetica, sans-serif;
}
.fs12 {
	font-size: 12px;
}
.fs11 {
	font-size: 11px;
}
.azl1 {
	color: #003399;
}
.grs1 {
	color: #666666;
}
.ngr {
	color: #000000;
}
.bd {
	font-weight: bold;
}
.verda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.blnc {
	color: #FFFFFF;
}
.vrd1 {
	color: #666633;
}
.undrl {
	text-decoration: underline;
}
