.cookies {
	z-index:11111;
	width:100%;
	display: block;
	position:fixed;
	bottom:0;
	left:0;
	background:white;
	padding:10px;
	text-align:center;
	box-shadow: rgba(0,0,0,0.22) 1px 1px 1px 1px;
}
.cookies p {
	margin-bottom:10px;
}
a.acceptcookie, a.acceptcookie:hover {
	background:white;	
	padding:10px 15px;
	background:#111629;
	color:white;
	text-align:center;
	display:block;
	float:right;
	margin-right:20px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px; 		
}