#facebox .title{font-size:18px; font-weight:500; padding:0 0 7px; margin:10px 0 15px; border-bottom:1px solid #d5d5d5;}
#facebox .form-group label small{font-size:11px; display:block; line-height:12px;}

#facebox .b {
  /*background:url(../b.png);*/
}

#facebox .tl {
  /*background:url(../tl.png);*/
}

#facebox .tr {
  /*background:url(../tr.png);*/
}

#facebox .bl {
  /*background:url(../bl.png);*/
}

#facebox .br {
  /*background:url(../br.png);*/
}

#facebox {
  position: absolute;
  /*top: 50px!important;*/
  left: 0;
  z-index: 99999;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 80px 25px;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 300px;
  border:1px solid #555555;
  box-shadow:0px 0px 10px #000000;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer-popup {position:absolute; right:70px; top:20px; background:none!important;}


#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%;
  background-color:#FFFFFF;
}

.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');
}
