#FBpopup {
    width:648px;
    height:385px;
    margin:0 auto;
    text-align:center;
    background:url('img/1.png') no-repeat;
    /*margin-top:10px;*/
}
.closeFBpopup {
    cursor:pointer;
    position:absolute;
    right:20px;
    top:0px;
    width:44px;
    height:44px;
    
}
#FBiconPopup {
    top: 170px;
    right: -130px;
    position: relative;
}
#FBpopupBackground {
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:url('img/bg.png') repeat;
    z-index:2001;
}
#FBpopup .inputFbBg {
    width:222px;
    height:43px;
    background:url('img/input_bg.png') no-repeat;
    border:none;
    padding:0px 8px;
    outline:none;
    font-size:14px;
    color:#3a044a;
    float:left;
}
#FBpopup .inputFbBg::-webkit-input-placeholder { /* WebKit browsers */
    color:#3a044a;
}
#FBpopup .inputFbBg:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#3a044a;
   opacity:  1;
}
#FBpopup .inputFbBg::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:#3a044a;
   opacity:  1;
}
#FBpopup .inputFbBg:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:#3a044a;
}
#FBpopup .submitFbBg {
    width:105px;
    height:34px;
    background:url('img/submit_bg.png') no-repeat;
    cursor:pointer;
    border:none;
    float:left;
    margin-top:5px;
}
#FBpopup .fpForm {
   position:relative;
   top: 110px;
   left:230px;
   float:left;
}