#cookieNotice {
	display:none;
	width: 100%; 
	position: fixed; 
	bottom:0px; 
	box-shadow: 0px 0 10px 0 #000000; 
	background: white; 
	z-index: 9999; 
	font-size: 14px;
	line-height: 1.3em; 
	font-family: arial; 
	left: 0px; 
	text-align:center; 
	color:black; 
}
#cookieNotice p {margin:0px; padding:0px;}
#cookieNotice a {color:black; text-decoration:underline}
#cookieNoticeContent{
	position:relative; 
	margin:auto; 
	padding:15px; 
	width:900px; 
	display:block;
}
#cookieNoticeContent span{
	color: #000000; 
	font-size:12px;
}
#cookiesNoticeContent img{
	width:38px; 
	height:36px; 
	
}
#cookiesClose{
	position:absolute; 
	right:-50px; 
	top:16px; 
}