
.cookiebar {
/*	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;*/
	text-align:center;
	margin:0 center;
	z-index: 1000;
	background: #e4e4e4;
	padding: 7px;
	font-size: 0.9em;
	color: #666;
	border-top: 1px #999 solid;
}
.cookie_accept {
	display: inline-block;
	padding: 8px;
	background: #55acee;
	color: #fff;
	cursor: pointer;
	margin-left: 15px;
	border-radius: 3px;

}

#cookiebar a{
	display:inline-block;
	padding:8px;

	
}