.ui-widget {
    bottom: 0;
    font-size: 12px;
    font-family:Arial;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 999999;
    padding: 10px 0;
    background: none repeat scroll 0 0 #FFF;
}

.cookie-message {
    line-height: 14px;
    padding:0;
    color: #666;
    width:990px;
    margin:0 auto;
    font-size:12px;
    font-family:Arial;
}

div.cookie-message a {
    color: #666;
    font-size:12px;
    font-family:Arial;
}

div.cookie-message a.ui-widget-close-button {
    background: none repeat scroll 0 0 #666;
    float: right;
    padding: 0 10px;
    color: #FFFFFF;
    text-decoration:none;
    font-family:Arial;
}