#absOverlay {width:100%; height:100%; position:fixed; overflow:hidden; top:0px; left:0px; z-index:10000;}
#absOverlayUp {opacity:0.8; filter:alpha(opacity=50); -moz-opacity:0.5;
background: url("./images/overlay.png") repeat 0 0 #000; width:100%; height:100%; position:absolute; top:0px;
  left:0px; z-index:10001;} 
#absLBox {position: relative; margin:0 auto; background: fff; height:auto; z-index:10002; cursor:default; border-radius: 3px; 
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);      
} 
#absLBox .close_abs_win{position: absolute; right: 10px; top: 10px; z-index: 10000;}
#absLBox .close_abs_win i{color: #fff; font-size: 24px;}