div#cookie-bar
{
	width				: 	100%;
	min-height				: 	25px;
	position			: 	fixed;
	bottom				: 	0px;
	left				: 	0px;
	z-index				:	1000000;
	background: rgba(0,0,0,0.5);
}


div#cookie-bar-content
{
	position			:	relative;
	line-height			: 	25px;
	font-weight			: 	bold;
	text-align			: 	center;
	width				:	100%;
	z-index				:	1000001;
}

span#cookie-bar-close, span#cookie-bar-refuse, span#cookie-bar-accept
{
	cursor				: pointer;
	text-decoration		: underline !important;
}

div#cookie-bar a, div#cookie-bar a:hover
{
	text-decoration		: 	underline !important;
}

div#bodyfill
{
	height				:	25px;
}