#euCookieLawInfo{
    box-shadow:0px 0px 10px rgba(0,0,0,0.3);
    border-top:1px solid #FF7373;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    z-index:99999999;
    background-color:#3156a3;
    //background-color: rgba(0,0,0, 0.7);
    padding: 10px 0;
    /*background: url(bg_cookies_advice.png) repeat;*/
}
#euCookieLawInfo p{
    text-align:center;
    padding:5px 20px;
    font-size:13px;
    color:#fff;
    margin:0 0 0 0;
}
#euCookieLawInfo p a{
    text-decoration:underline;
    color:#fff;
}
#euCookieLawInfo p a:hover{
    text-decoration:underline;
    color:#ccc;
}
#euCookieLawInfo  .cookies-images-close{
    width:30px; height:30px;
    position:absolute; 
    top: 25%; 
    right:2%; color:#fff;
    background: url(close_cookies.png) no-repeat center center;
}
#euCookieLawInfo  .cookies-images-close:hover{
    cursor: pointer;
}