#banner{
	-moz-box-shadow: 0 8px 25px black;
	-webkit-box-shadow: 0 8px 25px black;
	box-shadow: 0 8px 25px black;
	border-top: 3px solid #f47a28;
	bottom: 0;
	height: 300px;
	left: 0;
	position: fixed !important;
	width: 300px;
	z-index: 99999;
	display:none;
	float: right;
	margin: 0;
}
.nascondi{
	position:absolute;
	top:0%;
	right:5%;
	cursor:pointer;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.apri{
	position:fixed;
	bottom:0%;
	right:5%;
	cursor:pointer;
	border-top: 2px solid #F60;
	border-right: 2px solid #F60;
	border-left: 2px solid #F60;
	width:100px;
	-moz-border-radius: 10px 10px 0 0px;
	-webkit-border-radius: 10px 10px 0 0px;
	border-radius: 10px 10px 0 0px;
	height:20px;
	display:none;
	margin-bottom: 0px;
}

.open{
	margin: 20px 0px 0px 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
#img_sx{ width:80px; height:80px;float:left; background-image:url(img_sx.png); margin-top:-30px;}
#testo{
	margin:0 auto;
	padding:0;
	text-align: center;
}
