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

#facebox div.popup {
  position: relative;
  z-index: 5000;
  border: 10px #333 solid;
  margin: 0px;
  padding: 0px;
  
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  
  border-color: rgba(51, 51, 51, 0.7);
}

#facebox table.popup {
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
  width: auto;
}

#facebox table.popup td.body {
  border: 0;
  padding: 0;
  margin: 0px;
  padding: 3px 6px;
  background: #fff;
  width: 668px;
}

  #facebox table.popup td.body-image {
    padding: 0px;
    width: auto;
  }
  
  #facebox table.popup td.body-image .footer {
    border-style: none;
    margin: 0px;
    padding: 5px 10px;
  }
  
#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin: 10px 0 0 0;
  text-align: right;
}

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

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 1999;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
