#faceboxSignIn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50000;
  text-align: left;
}

#faceboxSignIn .header
{
	width: 100%;
	height: 25px;
	background-color: #003B64;
}


#faceboxSignIn .popup
{
    /*position:relative;
    float: left;*/
    /*border:1px solid white;*/
    -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);
}

#faceboxSignIn .content 
{
    display:table;
    width:100%;
    padding: 0px 0px 0px 0px;
    background: #fff;
    background-image: url("../../images/bg-terms.png");
    background-repeat: repeat-x;
}

#faceboxSignIn .content > p:first-child{
  margin-top:0;
}
#faceboxSignIn .content > p:last-child{
  margin-bottom:0;
}

#faceboxSignIn .close{
  position:absolute;
  top:5px;
  right:5px;
  color: White;
  padding-right: 13px;
  font-size: 10px;
}

#faceboxSignIn .close:hover
{
	color: #AAAAAA;
}

#faceboxSignIn .loading {
  text-align: center;
}

#faceboxSignIn .image {
  text-align: center;
}

#faceboxSignIn img {
  border: 0;
  margin: 0;
}

#faceboxSignIn_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.faceboxSignIn_hide {
  z-index:-100;
}

.faceboxSignIn_overlayBG {
  background-color: #000;
  z-index: 399;
}