#cookie-bar {
	background:#FFFFFF;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	height:45px; 
	color:#000035; 
	text-align:center; 
	padding:0;
	font-size:14px;
	display: table;
}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0;padding:0 30px 0 25px;display:table-cell;vertical-align:middle;}
#cookie-bar a {padding:0 3px;font-weight:bold;font-size:14px;color:#000035;}
#cookie-bar .cb-enable {background:#007700;}
#cookie-bar .cb-enable:hover {background:#009900;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {}
#cookie-bar .cb-policy:hover {}
#cookie-bar .cb-close{cursor:pointer;position:absolute;right:0;top:0;}