#CookielawBanner1 {
    padding: 25px 0 0 0;
    position: fixed;
    background-color: #000000;
    bottom: 0;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 15px;
    opacity: 0.8;
    width: 100%;

}
#CookielawBanner {
    position: fixed;
    background-color: #000000;
    bottom: 0;
    color: #FFFFFF;
    font-size: 11px;
    opacity: 0.8;
    width: 100%;
    z-index: 10000;

}
#CookielawBanner .cont {
    max-width: 960px;
    text-align: center;
}

#CookielawBanner .container {
max-width: 960px;
margin: 0 auto;
padding: 10px 10px 15px 10px;
}

.link{
    color: #0871D7;
    text-decoration: none;
}
.product_btn a{
    display:inline-block;
    background: transparent url(img/product_btn_bg.png) no-repeat;
    background-position: center 0;
    font: 16px/29px Verdana, Arial, Helvetica, sans-serif;
    height: 32px;
    color:#FFFFFF;
    margin-top:10px;
    text-decoration: none;
    font-weight: bold;
    width: 128px;

}
.product_btn a:hover{
    background-position: center -32px;
}

