#facebox .b, #customfacebox .b {
  background:url(/images/facebox/b.png);
}

#facebox .tl, #customfacebox .tl {
  background:url(/images/facebox/tl.png);
}

#facebox .tr, #customfacebox .tr {
  background:url(/images/facebox/tr.png);
}

#facebox .bl, #customfacebox .bl {
  background:url(/images/facebox/bl.png);
}

#facebox .br, #customfacebox .br {
  background:url(/images/facebox/br.png);
}

#facebox, #customfacebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
  color: #4d4d4f;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#facebox .popup, #customfacebox .popup {
  position: relative;
}

#facebox table, #customfacebox table {
  border-collapse: collapse;
}

#facebox td, #customfacebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 20px;
  background: #fff;
  width: 560px;
  }
 #customfacebox .body {
  padding: 20px;
  background: #fff;
  }
#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img, #customfacebox img {
  border: 0;
  margin: 0;
}

#facebox .footer, #customfacebox .footer 
{
    position:relative;
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br, #customfacebox .tl, #customfacebox .tr, #customfacebox .bl, #customfacebox .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;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#survey { display:block; margin-top:10px; float:left;  width:120px; height:23px; overflow:hidden;}
#survey a { display:block; width:120px; height:23px; background:url('/images/buttons/btn-take-the-survey.png') 0 0 no-repeat;  text-indent: -999em;}
#survey a:hover { background-position:0px -23px;}

#nothanks { display:block; margin-top:10px; float:right;  width:120px; height:23px; overflow:hidden; }
#nothanks a { display:block; background:url('/images/buttons/btn-no-thanks.png') 0 0 no-repeat; width:120px; height:23px; text-indent: -999em;}
#nothanks a:hover { background-position:0px -23px;}
