/* CSS Document */
#eucookielaw { 
        background-color: #FFF;
        border-left: 1px solid #a7a7a7;
        border-top: 1px solid #a7a7a7;
        bottom: 0;
        color: #222;
        padding: 5px;
        position: fixed;
        right: 0;
        text-align: left;
        width: auto;
        z-index: 999999999;
        font-family: arial;
        font-size: 14px;
}
#eucookielaw a{ 
        cursor:pointer;
       }
#eucookielaw p{ 
        margin:5px;
       }
