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


#facebox .popup{
  position:relative;
  background: #fff;
}

#facebox .content {
  display:table;
  width: auto;
  padding: 20px 100px;
}

#facebox .content > p:first-child{
  margin-top:0;
}
#facebox .content > p:last-child{
  margin-bottom:0;
}

#facebox .top{
  background: #4e4e4e;
  padding: 30px 100px;
  margin-bottom: 15px;
}

#facebox .top > img{
  display: block;
}

#facebox .close{
  float: right;
  margin-right: -70px;
  margin-top: 12px;
}

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

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

#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 p
{
  margin-bottom: 1em;
}