html,body {height:100%;margin:0;_background-image:url(about:blank);_background-attachment:fixed;}
* html #WinBox,#WinBox {
	position:fixed;
	_position:absolute;
	top:22%;
	left:50%;
	z-index:10004;
	width:600px;
	height:auto;
	margin:0;
	padding:0;
	background-color:#ffffff;;
	border-left: 4px #255C84 solid;
	border-right: 4px #255C84 solid;
	border-bottom: 4px #255C84 solid;
	border-radius: 4px;
    _top:   expression(eval(document.compatMode &&
            document.compatMode=='CSS1Compat') ?
            documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/
}
.CoverBox,#CoverBox {
background-color: #000;
width: 100%;
height: 100%;
left:0;
top:0;/*FF IE7*/
filter:alpha(opacity=60);/*IE*/
opacity:0.3;/*FF*/
z-index:2000;
position:fixed!important;/*FF IE7*/
position:absolute;/*IE6*/
_top:   expression(eval(document.compatMode &&
        document.compatMode=='CSS1Compat') ?
        documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
        document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/
}
/*login&msg*/
.msg_table{width:100%}
#WinBox .td_head{background:#255C84 url(images/msg_head.png);height:36px;line-height:36px;text-align:left;color:#fff;padding-left:6px;font-weight: bold;font-family: "微软雅黑";text-shadow: 1px 1px 0px #0F2535}
