#bannerCookieCont {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity: 0.95;
    filter: alpha(opacity=95);
    width: 100%;
    /*height: 70px;*/
    padding: 10px 0;
    background-color: #efe140;
    line-height: 33px;
    font-family: Georgia;
    font-size: 16px;
    text-align: center;
    color: #000;
}
#bannerCookieCont a {
    color: #000;
}
#bannerCookieCont a:hover {
    color: #666;
}
#bannerCookieCont button {
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    border-radius: 5px;
    -moz-border-radius: 5px; /* firefox */
    -webkit-border-radius: 5px; /* safari, chrome */
    padding: 3px 6px;    
    background-color: #357c00;
    line-height: 16px;
    text-align: center;
    color: #FFF;
}