   div#cookie_accept_box{
        background: url("/cookies/img/cookies.png") repeat scroll center 0 transparent;
        bottom: 0;
        box-shadow: 0 2px 8px #000000;
        font-size: 11px;
        left: 0;
        line-height: 13px;
        position: fixed;
        width: 100%;
        z-index: 9999;
        font-family: arial;
        height: 45px;
    }
    div#cookie_accept_box_content{
        color: #000000;
        margin: 10px auto;
        position: relative;
        width: 750px;
    }    
    div#cookie_accept_box a{
        font-weight: bold;
        color: #7B552E;
        font-size: 11px;
    }
    
    div#cookie_accept_box a.close-cookie-btn{
        background: url("/cookies/img/zamknij.png") repeat scroll 0 0 transparent;
        display: block;
        height: 20px;
        position: absolute;
        right: 5px;
        top: 10px;
        width: 20px;
        z-index: 100;
    }
    
    div#cookie_accept_box a.close-cookie-btn:hover{    
        background-position: 0 bottom;
    }        
    
    div#cookie_accept_box a:hover{
        text-decoration: underline;
    }
