#facebox .b { background:#fff; }
#facebox .bgt { background:url(bg.gif) repeat-x;}
#facebox .tl { background:url(tl.gif); }
#facebox .tr { background:url(tr.gif); }
#facebox .bl { background:url(bl.gif); }
#facebox .br { background:url(br.gif); }
#facebox { position: absolute; top: 0; left: 0; z-index: 1999; text-align: left; }
.close { position:absolute; right:13px; top:0;}
#facebox .popup { position: relative; }
#facebox table { border-collapse: collapse; }
#facebox .body { padding:15px 5px 7px; background: #fff; width: 370px; }
#facebox .loading { text-align: center; }
#facebox .image { text-align: center; }
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br { height:8px; width:8px; overflow:hidden; padding:0;}
#facebox .bgt { height:8px;}
#facebox_overlay { position:fixed; top:0; left:0; height:100%; width:100%;}
.facebox_hide { z-index:-100; }
.facebox_overlayBG { background-color:#000; z-index: 1950; }
* html #facebox_overlay { /* ie6 hack */ position: absolute;  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
