div#cookie-bar
{
	width				: 	100%;
	height				: 	25px;
	position			: 	fixed;
	bottom				: 	0px;
	left				: 	0px;
	z-index				:	1000000;
}

div#cookie-bar-bg
{
	height				: 	25px;
	filter				: 	alpha(opacity=50);
	-moz-opacity		: 	.50;
	-khtml-opacity		: 	.50;
	opacity				: 	.50;
}

div#cookie-bar-content
{
	position			:	absolute;
	top					:	0px;
	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;
}