#cookies-message {
    position:absolute;
    top:0;
    right:0;
    background-color:white;
    color:#613b28;
    width:760px;
    height:110px;
    z-index:999;
    border: 2px solid #bcbcbc;
    border-top: 0;
}
#cookies-message .top {
   clear: both;
}
#cookies-message .top .left img {
   position: relative;
   left: -2px;
}
#cookies-message .top .right {
    margin-top: 12px;
    font-size:12px;
    line-height:14px;
    text-align: justify;
}
#cookies-message .top .right a {
    color:#613b28;
}
#cookies-message .bottom {
    overflow: hidden;
    clear: both;
    text-align: center;
    padding-top: 8px;
}
#cookies-message .bottom .right a {
    background-image: url('../images/cookie_info/cookie-info-button-bg.png') !important;
    color: black;
}
#cookies-message .bottom .right a:hover {
    background-position: 0px 0px;
}
#cookies-message .bottom .left {
    font-size: 14px;
    width: 300px;
    text-align: center;
}
#cookies-message  div.left {
    float: left;
}
#cookies-message  div.right {
    width: 415px;
    float: right;
    margin-right: 15px;
}
