/**
 *
 * Cookie Bar CSS
 *
 */
.cookie {
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    color: #ffffff;
    left: 0;
    right: 0;
    font-size: 0.9em;
    padding: 5px;
    position: fixed;
    text-align: center;
    z-index: 9999;
    line-height: 1.5em;
    font-family: arial;
}
#cookie > a {
    color: #ffffff;
    font-family: arial;
}
#cookie > a:hover {
    text-decoration: none;
}
.cookie_btn {
    background: #f1f1f1 none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    font-size: 0.9em;
    margin: 5px;
    padding: 2px 8px;
    color: #000000;
}