#cookiealert {
    background-color: #474445;
    bottom: 0;
    color: #ffffff; 
	padding:0px;
    opacity: 0.95;
    position: fixed;
    width: 100%;
    z-index: 99999999996;
	left:0px;
	font-size:9px;
	text-transform:uppercase;	
}
#CloseButtonCookie {
    background: rgba(0, 0, 0, 0) url("/media/close-popup.png") no-repeat scroll center center;
    cursor: pointer;
    height: 13px;
	margin-left:9px;
    width: 13px;
}