/*#cookie_layer_wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    background: #000000;
    padding: 8px 20px;
    text-align: center;
    color: #ffffff;
    z-index: 999999;
    border-radius: 0px 0px 4px 4px;
    box-sizing: border-box;
    border-bottom: 1px solid #999999;
    box-shadow: inset 0px -1px 2px 0px #ffffff;
    line-height:18px
}*/
#cookie_layer_wrapper {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    background: #000000;
    padding: 8px 20px;
    text-align: center;
    color: #ffffff;
    z-index: 999999;
    border-radius: 4px 4px 0px 0px;
    box-sizing: border-box;
    border-top: 1px solid #999999;
    box-shadow: inset 0px 2px 4px 0px #ffffff;
    line-height:18px
}
#cookie_layer_wrapper a {
    color: #ffff00;
    font-weight:bold
}
#close_cookie_layer_btn {
    margin-left:6px;
    padding: 4px 8px;
    background: #ffffff;
    border-radius: 2px;
    vertical-align: middle;
    cursor: pointer;
    box-shadow: inset 0px -1px 2px 0px #333333;
    position: relative;
    color:#000000;
    font-weight:bold;
    font-size:12px;
}
#close_cookie_layer_btn:active {
    top:1px;
}