#divCookieConsent
{
    left: 0px;
    width: 100%;
    height: 50px;
    background-color: darkslategray;
    color: white;
    filter:alpha(opacity=80);
    opacity: 0.8;
    z-index: 499;
    font-family: Trebuchet MS;
    font-size: 15px;
    font-weight: bold;  
    position: fixed;
    bottom: 0;
    text-align: center;
}

#divCookieConsent a
{    
    color: white;    
    font-family: Trebuchet MS;
    font-size: 15px;
    font-weight: bold;     
}

#divCookieConsent p 
{
    padding-top: 3px;
    filter: alpha(opacity=100);
    opacity: 1;
}