.popup-bibil {    
    background: #00B7AF;
    display:none;    
    left:50%;    
    padding:10px 30px 20px 20px;
    position:absolute;
    max-width:400px;
    top:0;    
    z-index:330;    
}




.popup-bibil .popup-buttons{
    text-align: center;
    margin: 10px 0 0 0;    
    clear: both
}
.popup-bibil .popup-buttons .button{
    background: #9BE1E3;       
    border: none;
    padding: 3px 10px;
    cursor: pointer;
}

.popup-bibil .popup-buttons .button-ok{
    font-weight: bold;
}

.popup-bibil .popup-header{
    margin: 0 0 10px 0;
    font-size:16px;
    color:#fff
}

.popup-bibil .popup-body{
    line-height: 1.5em;
}

.overlay-global {
    background:none repeat scroll 0 0 red;
    display:none;
    height:1000px;
    left:0;
    position:absolute;
    top:0;
    width:100%;    
}

.popup-err{
    background: #FFE1E1 !important;
}

.popup-err .popup-buttons .button{
    background: #FDB7B7 !important;
}

.popup-notice .popup-header{
    color:red
}


.popup-bibil .error-item{
    margin: 0 0 0.5em 0;
}


.popup-transparent{
    opacity: 0.7;
    background: transparent !important;
} 

.popup-bibil .ajax-loader {
    background: url("../img/ajax-loader.gif") no-repeat scroll center center transparent;
    display: block;
    height: 48px;
    margin: 0;
    padding: 20px;
    text-align: center;
    width: 55px;
}