#facebox { position: absolute; top: 0; left: 0; z-index: 100; text-align: left; }

#facebox .popup { padding: 2px; background-color: #FFF; position: relative;
     -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }
#facebox .body { position: relative; width: 520px; background: #FFF;}
#facebox .close { position: absolute; right: 15px; top: 10px; color: #F37421; text-decoration: none; }
#facebox .content { padding: 30px 8px 8px 8px; background: none; }

#facebox_overlay { z-index: 3; position: fixed; top: 0px; left: 0px; height:100%; width:100%; }

.facebox_hide { z-index:-100; }

.facebox_overlayBG { background-color: #666; 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'); }
