#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}

#cookie-bar{
	text-align:center;
	padding: 8px 50px;
	background: #808080;
	border-top:1px solid #bbb;
}
#cookie-bar p{
	margin: 0;
	color: #FFF;
}
#cookie-bar p a,#cookie-bar p a:hover{
	text-decoration: underline!important;
	color: #FFF;
}
#cookie-bar .cb-enable{
	position: absolute;
	right: 15px;
	display: block;
	width: 12px;
	height: 12px;
	top: 50%;
	margin-top: -6px;
	background: url('../image/close.png') no-repeat center center;
	opacity: .8;
}
#cookie-bar .cb-enable:hover{
	opacity: 1;
}