#facebox .b { background:url(/image/jquery/facebox/b.png); }
#facebox .tl { background:url(/image/jquery/facebox/tl.png); }
#facebox .tr { background:url(/image/jquery/facebox/tr.png); }
#facebox .bl { background:url(/image/jquery/facebox/bl.png); }
#facebox .br { background:url(/image/jquery/facebox/br.png); }
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}
#facebox td {
  border-bottom: 0;
  padding: 0;
}
#facebox .popup { 
   position: relative;
}
#facebox table { 
   border-collapse: collapse;
}
#facebox .body {
   /* background:url(/image/jquery/facebox/b.png); */
   /* background-color: #FB1AF6; */
   background-color: #DDD;
}
#facebox td.white {
   background-color: white;
}
#facebox .body .content {
   padding: 1px 10px 15px 10px;
}
#facebox .loading { 
   text-align: center;
}
#facebox img { border: 0; }
#facebox .footer {
   text-align: right;
   padding: 10px 10px 0 0;
   margin: 0;
}
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br { 
   height: 10px;
   width: 10px;
   overflow: hidden;
   padding: 0px;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.facebox_hide {
  z-index:-100;
}
.facebox_overlayBG {
  background-color: #000;
  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');
}