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


div#cookie-bar-content
{
	position			:	fixed;
	line-height			: 	25px;
	font-weight			: 	bold;
	text-align			: 	center;
	
	z-index				:	1000002;
        padding:4px;
        background: rgba(0,0,0,0.5);
}
div#cookie-bar-overlay
{
	position			:	fixed;
	bottom				: 	0px;
	top				: 	0px;
        right				: 	0px;
	left				: 	0px;
        z-index				:	1000001;
        
}

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

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

div#bodyfill
{
	height				:	25px;
}