#modalfacebox { position: absolute; top: 0; left: 0; z-index: 99998; text-align: left; -moz-box-shadow:0 0 10px 2px rgba(0,0,0,0.5); box-shadow:0 0 10px 2px rgba(0,0,0,0.5); }
#modalfacebox .modalfb-popup { position: relative; -webkit-box-shadow:0 0 10px 2px rgba(0,0,0,0.5); }
#modalfacebox .modalfb-body { padding: 0px; background: #fff; /*width: 370px; */ position: relative; }
#modalfacebox .modalfb-body .modalfb-hd { border-top: 1px solid #cccccc; padding: 2px 5px; text-align: right; }
#modalfacebox .modalfb-body .modalfb-hd a.modalfb-close{ background: url(close.png); width: 12px; height: 11px; display: inline-block; }
#modalfacebox .modalfb-body .modalfb-content{ padding: 5px; }
#modalfacebox .modalfb-loading { text-align: center; padding: 5px;}
#modalfacebox .modalfb-loading span {display: inline-block; background: url(loading.gif) no-repeat; width:32px; height: 32px; overflow: hidden; }
#modalfacebox-overlay { position: fixed; top: 0px; left: 0px; height:100%; width:100%; }
.modalfacebox-hide { z-index:-100; }
.modalfacebox-overlayBG { background-color: #000; z-index: 9999; }
* html #modalfacebox-overlay { /* ie6 hack */ position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }
