/* 由 F12 开发人员工具生成。这可能不是原始源文件的准确表示形式。*/
#outerwindow {
	width: 100%; height: auto; position: absolute; z-index: 0;
}
.superbox {
	background: url("overlay.png"); overflow: hidden; position: absolute; z-index: 6000;
}
.superboxbg{
    width: 100%; height: 100%; overflow: hidden; background: #333;  position: absolute; z-index: 5000; top:0px; left:0px;  filter:alpha(opacity:40); opacity:0.4; 
}
.sb_main {
	background: rgb(238, 238, 238); overflow: hidden;
}
.sb_title {
	height: 40px; overflow: hidden;
}
.sb_title .bt {
	font: bold 20px/36px "微软雅黑"; height: 40px; color: rgb(51, 51, 51); overflow: hidden; float: left; font-size-adjust: none; font-stretch: normal; _display: inline;
}
.sb_title .close {
	background: url("close.gif") no-repeat; width: 36px; height: 36px; overflow: hidden; margin-top: 0px; float: right; cursor: pointer; _display: inline;
}
.sb_title .close:hover {
	background-position: 0px -36px;
}
.sb_body {
	background: rgb(238, 238, 238); overflow: hidden;
}
