#cookies-box {
    width: 188px;
    height: 187px;
    background: transparent url(/img/frontend/cookies-sprites.png) no-repeat 0 0;
    display: block;
    bottom: 0;
    left: 0;
    position: fixed;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    z-index: 1000;
}

#cookies-box .white {
    color: #FFF;
    font-size: 11px;
}

#cookies-close {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: transparent url(/img/frontend/cookies-sprites.png) no-repeat -219px 0;
    margin-left: 145px;
    margin-top: 12px;
}