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

#facebox iframe {
  border: 0;
}

#facebox .iframe-holder{ 
	padding: 5px 5px 3px 5px; 
}

#facebox .popup{
  position:relative;
}

#facebox .content {
  display:table;
}

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

#facebox .close{
  position:absolute;
  top: -21px;
  right: -26px;
  width: 73px;
  height: 68px;
  display: none;
}
#facebox .close img{
  opacity:0.1;
}
#facebox .close:hover img{
  opacity:1.0;
}

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

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background: url(images/overlay-bg.png) repeat 0 0;
  z-index: 99;
}