


#facebox .b {
  background:url(i/facebox_b.png); width:auto;
}

#facebox .tl {
  background:url(i/facebox_tl.png);
}

#facebox .tr {
  background:url(i/facebox_tr.png);
}

#facebox .bl {
  background:url(i/facebox_bl.png);
}

#facebox .br {
  background:url(i/facebox_br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
 
}

/*
#facebox .content
{
    padding:0;
    margin:0;   

}
*/


#facebox .popup {
  position: relative;
  padding:0px;
}

#facebox table.ftable {
  width: auto;
  border-collapse: collapse;
  border: 0px;
  background: transparent;

}

#facebox .ftable td {
  border-bottom: 0;
  padding: 0px;
  margin:0px;
}

#facebox .body {
 
  background: #fff;
  width:370px; 
 
}

#facebox .content
{
    padding:0px;   
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}


#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}


#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;
}

#facebox div.button
{
  position: relative;
  top: 23px;
  left: 385px;
  z-index: 101;
  
}

#facebox .notification_head
{
    font-size:120%;
    position:relative;
    padding:15px 15px 15px 55px;
    border-bottom:1px solid #D1D1D1;
    background: url(i/p/bg.jpg) no-repeat;  
}

#facebox .notification_head img
{
    z-index:199;
    width:28px;
    height:28px;
    position:absolute;
    top:10px;
    left:10px;
}

#facebox .notification_body
{
   padding:20px 10px 10px 10px;
   color: #555;
}

#facebox .notification_body span.b_copies
{
    font-weight:bold;
}


* html #facebox_overlay { 
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


.bolder { 
  width: 500px; 

}
