#box_cookie{
	position: fixed;
	bottom: 15px;
	top: auto;
	right: 10px;
	font-size: 12px;
	color: #FFF;
	background-color: #40484b;
	background-image: none;
	margin: 0px;
	padding: 10px;
	font-weight: normal;
	box-shadow: none;
	z-index: 9999999999999999999;
	width: 300px;
	border-radius: 4px;	
	-moz-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.8);
    box-shadow:0px 0px 4px rgba(0, 0, 0, 0.8);
}
#box_cookie a{
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #7a7f81;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
}
#box_cookie a:hover{ color: #CCC; }
#box_cookie span{
	display: block;
	padding-bottom: 10px;
}
#chiudi_cookie{
	font-size: 11px;
	color: #7a7f81;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	float: right;
	margin-left: 10px;
	cursor: pointer;
}
#chiudi_cookie:hover{
	color: #555859;
}
@media only screen and (min-width: 768px) {
#box_cookie a{ margin-left: 0px; margin-right: 5px; }
#box_cookie span{ /*padding-bottom: 0px; */}
#box_cookie2{ /*min-width: 748px; max-width: 1000px;*/ margin-right: auto; margin-left: auto; } }

