#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

#facebox .popup {
  position: relative;
  border:1px solid #dedddd;
  padding:1px;
  background:url('/img/popup_bg.jpg') no-repeat right top white;
  
}

#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 #006d91;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .facebox_footer {
 text-align:right; 
 width: 100%;
 padding-bottom:5px;
 
}
.facebox_content {
clear:left;
padding:10px 30px;
padding-bottom:25px;
}

.facebox_footer  .close{
color: red !Important;
text-decoration:underline !Important;
padding-top:10px;
padding-right:30px;
display:inline-block;
}

.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');
*/
  }

