.cookie-container { width: 954px; margin: 0 auto; }
.cookie-container #cookie-head { height: 40px; position: relative; z-index: 1; }
#cookies { position: absolute; top: 32px; right: 236px; }
#cookie-bar { width: 100%; height: 40px; background-color: #FFC; color: #666666; font-size: 1.2em; font-weight: bold; line-height: 120%; }
.cookie-container .cookie-text { text-align: left; position: absolute; top: 6px; left: 0; z-index: 2; width: 860px }
.cookie-container .cookie-text a { color: #0000FF; text-decoration: underline; }
.cookie-button { float: right; margin-top: 13px; }
.cookie-button a {
    background: #ccc;
    cursor: pointer;
    border-top: solid 2px #eaeaea;
    border-left: solid 2px #eaeaea;
    border-bottom: solid 2px #777;
    border-right: solid 2px #777;
    padding: 5px 5px;  
    color: #666666;         
}
.cookie-button a.down {
    background: #bbb;
    border-top: solid 2px #777;
    border-left: solid 2px #777;
    border-bottom: solid 2px  #eaeaea;
    border-right: solid 2px #eaeaea;
}