#facebox { position: absolute; top: 0; left: 0; z-index: 100; }
#facebox a.close { display: block; top: -17px; left: -17px; position: absolute; background: transparent url(/images/btn_close_overlay.png) no-repeat; height: 50px; width: 48px;}
#facebox .body { padding: 10px; border: 2px solid #fff; -moz-border-radius: 10px; -webkit-border-radius: 10px;}
#facebox .loading { text-align: center; }
#facebox .image { text-align: center; }
#facebox img { border: 0; margin: 0; }
#facebox .footer { padding-top: 5px; margin-top: 10px; text-align: right; }
#facebox .footer img { vertical-align: middle; }
#facebox_overlay { position: fixed; top: 0px; left: 0px; height:100%; width:100%; }
.facebox_hide { z-index:-100; }
.facebox_overlayBG { background-color: #ccc; z-index: 99; }
* html #facebox_overlay { /* ie6 hack */ position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }
#facebox .buttonsCont {float: right; margin: 15px 13px;}
.content {}