.cookies_bar {
	position: fixed;
	bottom: 0px; left: 0px;
	width: 100%; height: 100px;
	background: none repeat scroll 0 0 rgba(29, 29, 29, 0.9);	
	margin: auto;
	color: #FFF;
	font-size: 13px;
	text-align: center;
	padding-top: 10px;
}
.cookies_bar a, a:visited{
	text-decoration: none;
	color: #FFF;
}
.cookies_bar a:hover{
	text-decoration: underline;
	color: #109010;
}
.cookies_bar #close {
	border: 1px solid white;
	border-radius: 6px;
	padding: 5px;
	background: rgba(29, 199, 29, 0.5);	
}
.cookies_bar #close:hover {
	border: 1px solid white;
	border-radius: 6px;
	padding: 5px;
	background: rgba(29, 199, 29, 0.9);	
}