#box_cookies_alert {
    display: block;
    position: fixed;
    text-align: center;
    top: -1px;
    width: 100%;
    z-index: 90000;
}
#box_cookies_alert_content.open {
    height: 17px;
    margin: 0 auto;
    overflow: visible;
}
#box_cookies_alert_content {
    background-color: #fff;
    border-radius: 0 0 9px 9px;
    box-shadow: 0 2px 6px #C3C3C3;
	opacity:0.9;
    color: #4C4C4C;
    display: block;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    padding: 2px 15px;
    position: relative;
    transition: all 1s ease-in-out 0s;
    width: 950px;
} 
#box_cookies_alert a.cookies_more {
    color: #164D7B;
    font-family: Arial;
    font-size: 12px;
    font-style: italic;
}
#box_cookies_alert a.cookies_close {
    color: #4C4C4C;
    float: right;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: bolder;
    text-decoration: none;
}