.cookiesDiv {
	font-size: 12px;
	line-height: 20px;
	padding: 10px;
	position: relative;
	left: 0;
	top: 0;
	right: 0;
	background: #333;
	color: #CCC;
	text-align: center;
	clear: both;	
	display: none;
}  

.cookiesDiv a {
	font-size: 12px;
	padding: 4px 8px;
	border-radius: 4px;
	background-color: #e53538;
	color: #FFF;
	text-decoration: none;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
	transition: all 0.25s ease 0s;
	margin-left: 10px;
}

.cookiesDiv a:hover {
	color: #CCC;
}