#filter
{
	display:none ;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 920px;
	background-color: #000000;
	z-index:10;
	opacity:0.7;
	filter: alpha(opacity=70);
}


#box 
{
	display:none ;
	position: absolute;
	top: 15%;
	left:152px;
	width: 850px;
	padding: 2px;

	z-index:101;
	overflow: none;
	
}

#boxtitle
{
display:none;
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:696px;
	height:134px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	
	background-color: #5F5F5F;
	color:white;
	text-align:left;
}

.ERR{
	FONT-FAMILY: Verdana;
	FONT-SIZE : 10px;
	FONT-WEIGHT: bold;
	COLOR: #C52A1A;
}
.BORDER{
	BORDER: #B6B9C8 1px solid;
}
.TDHEAD{
	FONT-FAMILY: Verdana;
	FONT-SIZE : 11px;
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	BACKGROUND-COLOR:#4A658C;
}
.line_dot{ background-image:url(../images/dotpopline.gif); background-repeat:repeat-x;}
