#privacy-police{    
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
    bottom: 0;
    color: #FFFFFF;
    float: right;
    font-size: 12px;
    height: auto;
    left: 0;
    padding: 2px 0;
    position: fixed;
    text-align: left;
    width: 100%;
    z-index: 9999;
}
#privacy-police p, #privacy-police h2{
    float: left;
    margin: 0;
    width: 85%;    
    padding-left: 10px;
    color: #898989;
}

#privacy-police a {
    color: #FFFFFF;
    text-decoration: underline;
    outline: medium none;
}

.privacy-police-buttons { 
    text-align: right; 
}
.privacy-police-buttons button { 
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
    border: medium none;
    color: #000000;
    float: right;
    font-size: 16px;
    height: 24px;
    margin: 0 60px;
    width: 83px;
}
.cancel{
    display: none;
}