div.cookie_bar {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    background: #003A61;
    color: #ffffff;
    font-size: 110%;
    line-height: 120%;
    border-top: 1px solid #003A61;
    border-left: 1px solid #003A61;
    border-right: 1px solid #003A61;
    text-align: center;
}
 
.cookie_bar_inner {
    padding: 10px 0;
}
 
div.cookie_bar a {
    color: #ffffff;
    text-decoration: underline;
}
 
div.cookie_bar .cookie_bar_inner div {
    display: inline-block;
}
 
div.cookie_bar .wysiwyg p {
    margin: 0;
}
 
div.cookie_bar .wysiwyg {
    margin-bottom: 1em;
}
 
div.cookie_bar form legend,
legend.cookie_bar_legend {
    position: absolute !important;
    bottom: -9999px !important;
}
 
div.cookie_bar .accept {
    height: 22px;
}
 
div.cookie_bar .accept input {
    margin: 0 0.5em 0 0;
}
 
div.cookie_bar .accept input,
div.cookie_bar .accept label {
    float: left;
}
 
div.cookie_bar .submit input {
    float: left;
    margin-left: 2em;
    font-family: inherit;
    font-size: 100%;
}