.cookie_bar {
    width: 100%;
/*    #031b24*/
    background: url('img/cookie_bar_bg.jpg');
    height: 62px;
    padding: 0;
    margin: 0;
    display: none;
    z-index: 9999999;
    font-family: verdana;
    position:fixed;
    top:0;
}

    .cookie_content {
        width: 980px;
        padding: 0px 10px;
        margin: 0 auto;
    }

        .cookie_content .cookie_text {
            line-height: 14px;
            padding: 18px 0 0;
            margin: 0;
            float: left;
            width: 890px;
            text-align: left;
            color: #fbfbfb;
            font-family: verdana;
            font-size: 12px;
        }
        .cookie_content .cookie_fw_b {
            color: #f4be34;
        }

        .cookie_content .cookie_text a{
            text-decoration: underline;
            color: inherit;
            font-family: inherit;
        }
        .cookie_content .cookie_close {
            padding: 0;
            margin: 0;
            float: right;
        }
        .cookie_content .cookie_close img{
            cursor: pointer;
        }
        .cookie_content .cookie_c {
            clear: both;
        }