﻿.freeze {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}

.popup {
    background: #fff;
    position: absolute;
    height: 400px;
    top: -200px;
    width: 600px;
    right: -300px;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #000;
    padding: 10px;
    margin: auto;
    overflow: auto;
}

.centerer {
    position: fixed;
    width: 0px;
    height: 0px;
    left: 50%;
    top: 50%;
}
/*.freeze {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}

.popup {
    background: #fff;
    position: absolute;
    top: 10px;
    right: -200px;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #000;
    padding: 10px;
    width: 400px;
    margin: auto;
}

.centerer {
    position: fixed;
    width: 0px;
    height: 0px;
    left: 50%;
    top: 0;
}*/
.ajax-loader {
    position: absolute;
    top: 196px;
    right: 70px;
    display: none;
}

.popup .close {
    cursor: pointer;
    position: fixed;
    /* top: 0px; */
    /* right: 0px; */
    z-index: 100;
    background-color: #FF4747;
    display: block;
    border-radius: 10px;
    box-shadow: 0px 0px 3px #000;
    width: 16px;
    height: 16px;
    line-height: 12px;
    text-align: center;
    font-size: 16px;
    font-family: Tahoma;
    color: #fff;
}

.popup form {
    overflow: auto;
    position: absolute;
    width: 580px;
    height: 380px;
    top: 18px;
    right: 18px;
}
