#cookiesBar {
	border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    color: #7C8387;
    font: 400 normal 11px/1em Arial, sans-serif;
    width: 400px;
	right:0px;
    padding: 15px 15px 15px 15px;
    position: fixed;
        bottom: 0;
    z-index: 9999;
    background: #000000;
	opacity: 0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

#cookiesBar a {
    color: #7C8387;
    border-bottom: 1px dotted #7C8387;
}
#cookiesBar a:hover { color: #414141; }

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

#cookiesBarWrap {
       padding: 0px 20px 0px 0px;
    margin: 0 auto;
    position: relative;
}

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