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


#facebox .popup{
  position:relative;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  -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 .facebox-header {
    width: 100%;
    /*height: 25px;*/
    height: 40px;
    position: absolute;
    top: 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    /* last change
    background-image: linear-gradient(top, #194B83 50%, #073D7A 50%);
    background-image: -o-linear-gradient(top, #194B83 50%, #073D7A 50%);
    background-image: -moz-linear-gradient(top, #194B83 50%, #073D7A 50%);
    background-image: -webkit-linear-gradient(top, #194B83 50%, #073D7A 50%);
    background-image: -ms-linear-gradient(top, #194B83 50%, #073D7A 50%);
    */
}

#facebox .facebox-header .facebox-title {
    line-height: 40px;
    text-indent: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #CCCCCC;
}

#facebox h2 {
    text-align: left;
}

#facebox .content {
  display:table;
  width: 370px;
  padding: 45px 10px 10px 10px;
  background: #F3F3F3;
  -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{
    width: 16px;
    height: 16px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 9px;
    top: 12px;
}
#facebox .close img{
}
#facebox .close:hover{
    /* last change
    background-color: #2063AC;
    */
    background-color: #DDD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

#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;
  z-index: 99;
}
