/*弹出窗样式*/
div.boxConfig{
	z-Index:999;
    position: fixed;
    top: 17%;
	background:#fff;
	border:1px solid #A2CBF3;
	display:none;
	padding:2px;
}

*div.boxConfig{
	position:absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
.boxConfig p.boxfoot{ position:absolute;bottom:0px; width:100%;left:0px;background:url(/jsp/wa/images/floatboxbottombg.gif) #fff repeat-x; height:20px;}
div.bgConfig{
	position:fixed;
	z-Index:900;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background-color: #000;
	filter:Alpha(opacity=15);
	opacity:0.15;
	display:none;
}

*div.bgConfig{
	position:absolute;
}
#login_tips{ background:#FFFFF0; border:1px solid #FFCC00; padding:5px; color:#CC3300;top:0px;}
div.boxContentConfig{
	zIndex:10;
	width:98%;
	height:82%;
	overflow:auto;
	margin:2px 5px auto;
	padding:8px 0;
}
div.boxContentConfig th,div.boxContentConfig td{padding:5px 0;line-height:22px;}
div.boxContentConfig th{ text-align:right;}
div.boxContentConfig td{}
div.boxTitle{
	background:url(/jsp/wa/images/floatboxtitbg.gif) repeat-x;padding:4px;height:26px;cursor:move; position:relative;font-weight:bold;
}
	
div.boxClose{
	float:right;
}
.closebtn{ background:url(/jsp/wa/images/x.gif) no-repeat; width:9px;height:9px; font-size:0px; position:absolute;right:5px;top:5px; text-indent:-999px;}
