#cookie-bar {background:#ffffff; height:auto; line-height:24px; color:#333333; text-decoration:none; padding:0 6px; text-align:center; padding:3px 0; font-family: "Arial", sans-serif;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%; font-family: "Arial", sans-serif;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0 6px; padding:0; font-family: "Arial", sans-serif;}

#cookie-bar a 
	{
		color:#000000; 
		display:inline-block; 
		border-radius:1px; 
		text-decoration:none; 
		padding:0 12px; 
		margin-left:8px; 
		font-family: "Arial", sans-serif; 
		border-style: solid; 
		border-width: 1px;
	}

#cookie-bar .cb-enable 
	{
		background:#f5f500;
		opacity: 0.6;
	}
	
#cookie-bar .cb-enable:hover 
	{
		background:#ffff00;
		opacity: 1;
	}
	
#cookie-bar .cb-disable 
	{
		background:#f5f500;
		opacity: 0.6;
	}
	
#cookie-bar .cb-disable:hover 
	{
		background:#ffff00;
		opacity: 1;
	}
	
#cookie-bar .cb-policy {background:#ffffff; border-style: none;}
#cookie-bar .cb-policy:hover {background:#ffffff; border-style: none; color: blue; text-decoration: none;}