#eucookielaw {
    background-color: #F4F4F4;
    border-bottom: 1px solid #D9D9D9;
    margin: 0 auto;
}
#eucookielaw div {
    color: #555555;
    font-size: 1em;
    font-weight: normal;
    margin: 0 auto 5px;
    padding: 5px 0 0;
    width: 900px;
}
#eucookielaw div.buttons, #eucookielaw div.text {
    float: left;
    margin: 0;
    width: auto;
}
#eucookielaw div.buttons {
    width: 250px;
}
#eucookielaw div.buttons a, #eucookielaw div.buttons button {
    background: none repeat scroll 0 0 white;
    border: 1px solid #D9D9D9;
    border-radius: 4px 4px 4px 4px;
    color: #555555;
    cursor: pointer;
    display: block;
    float: left;
    line-height: 18px;
    margin: 0 0 0 20px;
    padding: 8px;
    text-decoration: none;
}
#euclearall {
    clear: both;
    line-height: 1px;
} 
