/*
Стили для формы регистрации
*/
.div_hid{
    font-size:16px; 
    color:#000; 
    background: #fff; 
    display: none; 
    position: fixed; 
    width: auto; 
    height: auto; 
    margin: 10px; 
    padding: 10px; 
    overflow-y: auto!important;
}
#div_reg, #div_psw {
    z-index: 5; 
    position: fixed; 
    left: 20%; 
    top:20%;
    background:#D1E5ED;
}#div_pers{
    z-index: 6; 
    left: 10%; 
    top:10%; 
}
.div_hid td {
    padding:5px;
}
.td_right {
    text-align:right;
}

.btn_reg {
    background:#4599EE; 
    color:#ffffff; 
    height:36px; 
    font-size: 16px; 
    border-radius: 10px; 
    border:2px solid #4599EE; 
    box-shadow:none;
}

