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

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding:0;
  margin:0;
 /* width: 370px;*/
}

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

#facebox .image {
  border: 1px solid #21b5e5;
}

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

#facebox .footer {
 text-align:right; 
 width: 93%;
 padding-bottom:5px;
 
}
.content {
clear:left;
}

.footer  .close{
color: #21b5e5 !Important;
text-decoration:none !Important;
}

.ftd{
text-align:right !Important;
}

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

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #ffffff;
  z-index: 99;
}

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