﻿*_html,*_html body /* 修正IE6振动bug */{background-image:url(about:blank);background-attachment:fixed;}
/*floatingDiv*/
/*position:fixed; 配合 body height:100%*/
.floatingDiv{ display:none; position:fixed; top:0; left:0; width:100%; height:100%; z-index:1000;
/*for ie6*/

}
.floatingDivBg{ position:fixed; top:0; left:0;width:100%; height:100%; z-index:9000; background:url(black_op50.png) repeat;
*_postion: absolute;
*_bottom: auto;
*_top: expression( eval(document.compatMode && document.compatMode==’CSS1Compat’) ? documentElement.scrollTop + (documentElement.clientHeight – this.clientHeight) – 1 : document.body.scrollTop + (document.body.clientHeight – this.clientHeight) – 1);
}
.divBox{ display:none; position:fixed; z-index:9001; top:50%; left:50%; margin:-200px 0 0 -265px ; width:530px; height:400px;
*_postion: absolute;
*_bottom: auto;
*_top: expression( eval(document.compatMode && document.compatMode==’CSS1Compat’) ? documentElement.scrollTop + (documentElement.clientHeight – this.clientHeight) – 1 : document.body.scrollTop + (document.body.clientHeight – this.clientHeight) – 1);
 
}
.divBox .close_btn{cursor:pointer;}



.imgbody{ width:800px; height:800px; position:fixed;}
#popout{margin:-395px 0 0 -337px ; width:674px; height:791px;}

/*
.divBox .close_btn{
position: absolute;
width: 25px;
height: 25px;
background: red;
top: 16px;
right: 25px;

}
*/