.CSSBannerCookie {
	font: 12px 'AsapRegular', Arial, Helvetica, sans-serif;
	color: #fff;
	left: 0px;
	text-align: center;
	position: fixed;
	bottom: 0px;
	background:#000;
	color:#FFF;
	width:100% !important;
	padding-top:10px;
	padding-bottom:5px;
	opacity: 0.8;
	z-index: 1000;
}
.CSSBannerCookie a {color:#EEE;}


.CSSBannerCookieButtonInvia
	{
		font: 11px 'AsapRegular', Arial, Helvetica, sans-serif;
		color: #fff;
		background-color: #2a2a2a;
		display: block;
		height: auto;
		width: 80px;
		/*width: auto*/
		padding-top: 5px;
		padding-right: 10px;
		padding-bottom: 5px;
		padding-left: 10px;
		text-decoration: none;
		text-align: right;
		cursor: pointer;
		-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		border: 1px solid #2a2a2a;
		display: inline-block;
		float: right;
		margin-left: 5px;
	}
		.CSSBannerCookieButtonInvia:hover
		{
			color: #fff;
			background-color: #494949;
			border: 1px solid #494949;
		}