#cookie-bar {
	position:fixed; 
	z-index:10000; 
	bottom:0; 
	width:100%; 
	background:#2C2C2C;
	/*background:url(../images/cookies-bg.png) top left repeat;*/
	/*border-top:2px solid white; */
	min-height:30px; 
	line-height:30px; 
	font-weight:normal; 
	font-size:10pt; 
	font-family:Arial; 
	color:#eeeeee; 
	text-align:center; 
	padding:3px 0;
	
	-moz-box-shadow: 0px 10px 30px #0d4463;
	-webkit-box-shadow: 0px 10px 30px #0d4463;
	box-shadow: 0px 10px 30px #0d4463;
}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {
	color:#434343; 
	display:inline-block; 
	border-radius:3px; 
	text-decoration:none; 
	padding:0 16px; 
	margin-left:8px;
	height: 20px;
	line-height: 20px;
	min-width:30px;
}
#cookie-bar a:hover {color:#eeeeee;}
#cookie-bar .cb-enable {background:#eeeeee;}
#cookie-bar .cb-enable:hover {background:#434343;}
#cookie-bar .cb-disable {background:#eeeeee;}
#cookie-bar .cb-disable:hover {background:#434343;}
#cookie-bar .cb-policy {background:#eeeeee;}
#cookie-bar .cb-policy:hover {background:#434343;}