﻿#CookieBar {
    top: 0;
    width: 100%;
    z-index: 5;
    color: white;
    display: none;
    background: #000000;
    padding: 5px 0px;
    position: fixed;
}

.floatTopp {
    position: fixed !important; /*ie7 ff*/
    position: absolute;
    top: 0px;
    /*_top: expression(eval((document.compatMode&&document.compatMode=="CSS1Compat")?documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-1:document.body.scrollTop+document.body.clientHeight-this.clientHeight-1));*/
    _left: expression(documentElement.scrollLeft + "px");
}

#CookieBar .messageInner {
    width: 100%;
    height: 30px;
    opacity: 0.80;
    -moz-opacity: 0.80;
    filter: alpha(opacity=80);
    background: #000000;
    position: absolute;
}

#CookieBar span a {
    color: white !important;
    text-decoration: underline;
}

#CookieBar a.accept-button {
    display: inline-block;
    background: #000000;
    padding: 3px 5px 3px 5px;
    color: white !important;
    text-decoration: none;
    border: solid 1px #484848;
    margin: 3px 0 0 20px;
    line-height: 11px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#CookieBar span, #CookieBar span a, #CookieBar a.accept-button {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
}
