body > .overlay.message {
    position: fixed;
    width: 100%;
    min-height: 60px;
    padding: 40px;
    left: 0;
    top: 0;
    text-align: center;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    background-color: #fff;
    z-index: 10000;
}

.cookie-submit { width: 260px; height: 36px; padding: 9px; background: transparent url(../img_style/bg_submit_buttons.gif) 0 0 no-repeat; border: 0; color: #fff; text-shadow: 0 1px 2px #222222; font-size: 16px; font-weight: bold; }
.cookie-submit:hover { background-position: 0 -37px; text-decoration: none; color: #fff;}