#cookiebar {
	position: fixed;
	z-index: 999;
	bottom: 10px;
	right: 10px;
	width: 169px;
	padding: 10px;
	color: #fff;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#cookiebar ul {
	margin-left: -3px !important;
	padding: 0 !important;
}

#cookiebar * {
	font-family: Helvetica;
	color: #fff;
	float: left;
	margin: 0 !important;
	list-style: none;
	font-size: 11px;
	text-shadow: 1px 1px 0 black, 0 0 5px rgba(255, 255, 255, 0.3);
}

#cookiebar h1 {
	padding: 0;
	margin: 0;
	font-size: 18pt;
	display: none;
}

#cookiebar a {
	display: block;
	padding: 3px;
	text-shadow: 1px 1px 0 black;
	font-weight: bold;
}

#cookiebar #main {
	padding-bottom: 1em !important;
	line-height: 1.3;
}