#cookiesBar {
	border-top: 1px solid #f8e796;
    border-bottom: 1px solid #fff3b7;
    color: #645c33;
    font: 400 normal 11px/1em Arial, sans-serif;
    width: 100%;
    padding: 8px 0;
    text-shadow: 1px 1px 1px #fff;
    text-align:left;
    position: fixed;
        bottom: 0;
        left: 0;
    z-index: 9999;
    background: #ffefa3;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0%, #fff3b8), color-stop(100%, #ffefa3));
        background-image: -webkit-linear-gradient(#fff3b8, #ffefa3);
        background-image: -moz-linear-gradient(#fff3b8, #ffefa3);
        background-image: -o-linear-gradient(#fff3b8, #ffefa3);
        background-image: -ms-linear-gradient(#fff3b8, #ffefa3);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff3b8, endColorstr=#ffefa3);
        background-image: linear-gradient(#fff3b8, #ffefa3);
}

#cookiesBar a {
    color: #645c33;
    text-decoration: none;
    font-weight: bold;
}
#cookiesBar a:hover { color: #4d4728; font-weight: bold; text-decoration: underline; }

#cookiesBar p {
    margin: 2px 0;
    line-height: 1;
}

#cookiesBarWrap {
    width: 950px;
    margin: 0 auto;
    position: relative;
}

#cookiesBarClose {
    display: block;
    width: 25px;
    height: 25px;
    background: url("https://www.plusgarden.pl/modules/Cookies/images/btn-close.png") 0 0 no-repeat;
    text-indent: -999em;
    position: absolute;
        top: 1px;
        right: 50px;
}
a#cookiesBarClose { border: 0; }
#cookiesBarClose:hover { background-position: -25px 0; -moz-transition: 0s ease-in; -webkit-transition: 0s ease-in; -o-transition: 0s ease-in; transition: 0s ease-in; }
/* Stylesheet: Cookies Modified On 2013-09-02 13:33:12 */
