#bf-cookie-notice {
	position: fixed;
	width: 100%;
	bottom: 0;
	background: #222;
	color: #888;
	font-family: Arial, Helvetica, Sans-serif;
	vertical-align: top;
	z-index: 9999;
}
#bf-cookie-notice .cookie-wrapper {
	margin: 0 auto;
	padding: 10px;
}
#bf-cookie-notice a {
	color: #CCC;
}
#bf-cookie-notice .cookie-dismiss {
	float: right;
	text-decoration: none;
	text-transform: lowercase;
	background: url(/images/icons_16/tick.png) 0 center no-repeat;
	padding-left: 22px;
}
#bf-cookie-notice p.cookie-line-one {
	clear: both;
	font-size: 12px;
	color: #888;
	margin-bottom: 0;
}
.bf-info {
	padding: 30px;
}