#facebox .b {
  background:transparent;
    border:0 none;
}

#facebox .tl {
background:transparent;
  border:0 none;
}

#facebox .tr {
background:transparent;
  border:0 none;
}

#facebox .bl {
  background:transparent;
    border:0 none;
}

#facebox .br {
  background:transparent;
    border:0 none;
}

#facebox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  margin-top:100px;
  text-align: left;
    border:0 none;
}

#facebox .popup {
  position: relative;
  border:0 none;

}

#facebox table {
  border-collapse: collapse;
  border:0 none;
  
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  
  background: #fff;
  text-align:center;
  width: 475px;
  border:5px solid #a0c872;
}

#facebox .body .top {background:#a0c872;}
#facebox .body .top .text {padding:0px 0px 5px 0px; color:#fff; font-weight:bold;}
#facebox .loading { text-align: center; }

#facebox .image {
  text-align: center;
  border:0 none;
}

#facebox img {
  border: 0 none;
  margin: 0;
}

#facebox .footer2 {
  display:none;
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  border:0 none;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
    border:0 none;
  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');
}
