#cookies {
	width: 270px;
	padding: 25px 60px 25px 30px;
	position: fixed;
	bottom: 30px; left: 25px;
	background: rgb(29,29,29); /* old browsers */
	background: rgba(29,29,29,0.95);
	font: normal 11px/19px Arial, sans-serif;
	color: #fff;
	display: none;
}

#cookies p {
	margin: 0;
}

#cookies a.close {
	display: block;
	width: 41px;
	height: 41px;
	text-indent: -9999px;
	background: url(close.png) no-repeat;
	position: absolute;
	top: 0; right: 0;
}

#cookies a {
	color: #dd694d;
	text-decoration: underline;
}
