.cookie-message {
    position:fixed;
    bottom:0;left:0;right:0;
    padding-top:12px;
    padding-bottom:20px;
    margin-bottom:-6px;
    background:#fff;
    border-top:1px solid #e7e7e7;
    z-index: 999999;
    color: #000;    
    
	/*zoom: 1;
	filter: alpha(opacity=95);
	opacity: 0.95;*/
}
.cookieBar_Border {
    border-top: 1px solid #e7e7e7 !important;
    box-shadow: 0 -30px 30px rgba(0, 0, 0, 0.05);
    background-color: #fff;
}