#cookiesBar {
    font: 400 normal 11px/1em Arial, sans-serif;
    width: 100%;
     height: 45px;    
    position: fixed;
        bottom: 0;
        left: 0;
    z-index: 9999;
    background: #520203;
}

#cookiesBar a {
    color: #000000;
    border-bottom: 1px dotted #aeaeae;
}
#cookiesBar a:hover { color: #ffffff; }

#cookiesBar p {
    margin: 2px 0;
    line-height: 1;
}

#cookiesBarWrap {
    width: 90%;
    height: 25px;
    margin: 0 auto 0;
    padding: 15px 15px 0;
    position: relative;

}

#cookiesBarWrap, #cookiesBarWrap a {
color: #ffffff;
}

#cookiesBarClose {
    display: block;
    width: 20px;
    height: 23px;
    background: url("img/btn-close.png") 0 0 no-repeat;
    text-indent: -999em;
    position: absolute;
    padding-top: 3px;
        top: 15px;
        right: 15px;
}
a#cookiesBarClose { border: 0; }
#cookiesBarClose:hover { background-position: -30px 0; }