.cookiewarning {
	z-index:999;
	 position:absolute;
	 width:100%;
	height:100%;
	background: rgb(0, 0, 0) transparent;
	background: rgba(0, 0, 0, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.cookiemessage {
	margin:19%;
	padding:1em;
	width:60%;
	height:10em;
	background:white;
	color:black;
	text-align: center;
	font-size: 11pt;
	font-style: italic;
}