/*
    Document   : cookiePolicy
    Description:
    Purpose of the stylesheet follows.
*/

#cookiePolicyBar {
        display: none;
        background-color: rgba(0,0,0,0.6);
        color: #fff;
        text-align:center;
        min-height: 30px;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 99999;
        padding:6px 20px 4px;
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c000000', endColorstr='#4c000000'); /* IE */
}
#cookiePolicyBar a {
        color: #cfcfcf;
}
button#cookiePolicyButton {
        margin:0 20px;
        line-height:20px;
        background: black;
        border:none;
        color: white;
        padding:4px 12px;
        border-radius: 3px;
        cursor: pointer;
        font-size: 13px;
}