#cookie-bar {background:rgba(255, 255, 255, 0.8); font-size:14px; height:auto; line-height:24px; color:#666; margin: 0 auto; text-align:center; padding:8px 25px;position: relative;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0; margin: 0 auto; max-width: 980px;}
#cookie-bar a {color:#666; border-radius:3px; text-decoration:none;}
    #cookie-bar .cb-enable {
        /*background: transparent url("http://www3.staticroot.com/images/ico_close.png") -37px -7px;*/
        background-color: #f23b2d;
        background-image:none;
        border: 1px solid #f23b2d;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        font-weight: bold;
        height: 30px;
        line-height: 1.3em;
        padding: 5px;
        width: 40px;
        margin-bottom: -9px;
        margin-left: 7px;
    }
#cookie-bar .cb-enable:hover {background-color:#c42316; background-position: -67px -7px;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:transparent;}
    #cookie-bar a.cb-policy { color: #006699;text-decoration: underline;}
#cookie-bar .cb-policy:hover {background:transparent;}