#facebox .b{background:url({$staticdomain}/images/facebox/b.png);}
#facebox .tl{background:url({$staticdomain}/images/facebox/tl.png);}
#facebox .tr{background:url({$staticdomain}/images/facebox/tr.png);}
#facebox .bl{background:url({$staticdomain}/images/facebox/bl.png);}
#facebox .br{background:url({$staticdomain}/images/facebox/br.png);}
#facebox{position:absolute;top:0;left:0;z-index:1000;text-align:left;}
#facebox .popup{position:relative;}
#facebox .close{
    display: none;
}
#facebox .content {
    border: 1px solid #313131;
    
    width: 350px;
    height: 195px;

}
#facebox #hiba {
    width: 95%;
    float: left;
    color: #EF1616;
    height: 20px;
    font-size: 11px;
    font-weight: bold;
}
#facebox .fb-button {
    width: 314px;
    float: left;
    margin: 0 17px;
    height: 32px;
    
    
}
#facebox #fbpass {
    background-image: url(/images/newdesign/passwd_fb.png);
    background-position: 165px 10px;
    background-repeat: no-repeat;
}
#facebox .fb-button .div1 {
    float: left;
    font-size: 11px;
    font-weight: bold;
    color: #faa62d;
}
#facebox .fb-button .div2 {
    float: left;
    width: 70px;
    margin-top: 3px;
}
#facebox .fb-button .div2 a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 11px;
}
#facebox .fb-button .div3 {
    float: right;
  
}
#facebox .fb-button .div1 a {
    color: #faa62d;
    text-decoration: none;
    
}
#facebox .logout {
    display: block;
    background-image: url(/images/newdesign/close.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    height: 15px;
    padding-top: 1px;
}
#facebox .fb-belep-gomb {
    width: 70px;
    height: 30px;
    background-color: #98c248;
    border: none;
    color: #FFFFFF;
    font-family: Impact;
    font-size: 16px;
    cursor: pointer;
}
#facebox .fbox-belep {
    color: #FFFFFF;
    background-image: url(/images/newdesign/lock.png);
    width: 350px;
    height: 195px;
    background-repeat: no-repeat;
    background-position: 10px 17px;
}
#facebox .input_facebox p {
    font-family: Impact;
    font-size: 36px;
    color: #faa62d;
}
#facebox .input_facebox {
    margin-right: 18px;
    float: right;
    width: 205px;
    margin-top: 10px
}
#facebox .input_facebox input {
    background-color: #FFFFFF;
    border: none;
    color: #999999;
    font-family: Arial;
    font-size: 12px;
    padding: 5px;
    text-align: right;
    width: 205px;
    height: 30px;
    margin-bottom: 10px;
}
#facebox table{border-collapse:collapse;}
#facebox td{border-bottom:0;padding:0;}
#facebox .body{padding:0px;background:none;}
#facebox .loading{text-align:center;}
#facebox .image{text-align:center;}
#facebox img{border:0;margin:0;}
#facebox .footer{border-top:1px solid #DDDDDD;padding-top:5px;margin-top:10px;text-align:right;}
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br{height:10px;width:10px;overflow:hidden;padding: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:999;}
* html #facebox_overlay{position:absolute;height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight:document.body.offsetHeight +'px');}
