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


#facebox .popup{
  position:relative;
  border: 10px solid rgba(0,0,0,0);
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:15px;
  background: rgba(0,0,0,0.6);
  -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
  box-shadow:0 0 18px rgba(0,0,0,0.4);
}

#facebox .content {
  display:block;
  width: 520px;
  padding: 10px;
  background: #f6f6f6;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
}

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

#facebox .close {
position:absolute;
top:-10px;
right:-15px;
width:33px;
height:32px;
background:url(../../../../assets/stylesheets/assets/images/sprites.png) repeat scroll -288px -130px transparent;
display:inline-block;
z-index:5;
cursor:pointer;
}

#facebox .close:hover {
background-position:-288px -162px;
}


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

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

#facebox img {
  border: 0;
  margin: 0;
}

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

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  opacity: 0.4;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
}
