#cookies_popup {
	display: none;
	text-align: center;
	position: fixed;
	z-index: 5000;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 15px;
	padding: 25px 0;
	background: #eee;
	color: #000;
	font-size: 12px;
}
#cookies_popup .close {
	text-decoration: underline;
	padding-left: 10px;
	cursor: pointer;
}
#cookies_popup a {
	text-decoration: underline;
}