.tochka-popup .bt-close{
    background-image: url(/images/gui/tochka-popup/sprite.png);
    background-repeat: no-repeat;
}

.tochka-popup{
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 200px;
    min-height: 100px;
    background-color: #fff;
}

.tochka-popup.overlay {
    background-color: #000;
    width: 100%; height: 100%;
    opacity: 0.8;
    top: 0; left: 0;
}

.tochka-popup .bt-close{
    display: inline-block;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 11px; top: 10px;
    }

/*button bt-close*/
    /*default*/
    .tochka-popup .bt-close.default{
        background-position: 7px 5px;
        background-color: #EAEAEA;
        border-radius: 2px 2px 2px 2px;
        width: 22px; height: 21px;
        }
        .tochka-popup .bt-close.default:hover{
            background-position: -23px 5px;
            background-color: #C30C02;
        }

    /*normal*/
    .tochka-popup .bt-close.normal{
        background-position: 0 -30px;
        width: 24px; height: 24px;
        }
        .tochka-popup .bt-close.normal:hover{background-position: -44px -30px}

    /*small*/
    .tochka-popup .bt-close.small{
        background-position: 0px -64px;
        background-color: #ffffff;
        width:15px; height:15px;
        }
        .tochka-popup .bt-close.small:hover{
            background-position: -30px -64px;
            background-color: #ffffff;
        }

/*end:button bt-close*/