    .eur_calc_sprite {
        background-image: url("/img/eur_calc_sprite.png");
        background-repeat: no-repeat;
    }

    #eur_calc {
        background-color: #fff;
        z-index: 10;
        width: 39px;
        height: 199px;
        position: fixed;
        top: 439px;
        right: 0;
    }

    #eur_calc_header {
        width: 39px;
        height: 199px;
        cursor: pointer;
        float: left;
    }

    #eur_calc_header:hover {
        background-position: -40px 0;
    }

    .eur_calc_open #eur_calc_header {
        background-position: -80px -1px;
    }

    .eur_calc_open #eur_calc_header:hover {
        background-position: -119px -1px;
    }

    #eur_calc #eur_calc_inside {
        cursor: default;
        margin: 20px 0 0 63px;
    }

    #eur_calc.eur_calc_open {
        border: 1px solid #d8d8d8;
        border-radius: 2px 0 0 2px;
        width: 228px;
        height: 197px;
    }

    #eur_calc label {
        display: block;
    }

    #eur_calc input {
        border: 1px solid #d8d8d8;
        border-radius: 2px;
        padding: 6px 10px;
        margin: 4px 0 10px;
        width: 121px;
    }

    #eur_calc input:focus {
        outline: none !important;
        border: 1px solid #7d858e;
    }

    #eur_calc_info {
        background: #f2f2f2;
        width: 136px;
        height: 40px;
        padding: 7px 0 0 8px;
        font-size: 10px;
        color: #404955;
        position: relative;
    }

    #eur_calc_rate {
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        color: #3b444e;
    }

    #eur_calc_btn {
        background-position: 0 -200px;
        width: 18px;
        height: 18px;
        display: block;
        position: absolute;
        bottom: 7px;
        right: 11px;
        cursor: pointer;
    }

    #eur_calc_btn:hover {
        background-position: -19px -200px;
    }

    #eur_calc_tooltip {
        display: none;
        position: absolute;
        width: 219px;
        right: -27px;
        top: 21px;
    }

    #eur_calc_btn:hover #eur_calc_tooltip {
        display: block;
    }

    #eur_calc_tooltip p {
        margin: 0;
        padding: 5px 8px 8px;
        font-size: 11px;
        line-height: 14px;
        color: #404955;
    }

    /*#eur_calc_tooltip span {
        font-size: 11px;
        color: #3591c2;
    }

    #eur_calc_tooltip strong {
        font-size: 11px;
        color: #404955;
    }*/

    #eur_calc_tooltip_top {
        height: 10px;
        width: 100%;
        background-position: 0 -218px;
    }
    #eur_calc_tooltip_bottom {
        background-position: 0 bottom;
    }

