	#contenuto{ width:100%; height:100%; margin:15px;}
	.testo{ margin:20px; width:90%;}

	#logo{ background-image:url(images/logo.png); background-repeat:no-repeat; width:50%; height:120px; float:left; }
	#torna{ float:right; width:50%; height:120px; font-size:24px; margin-top:30px; }

	.titolo_box{ margin-left:20px;}
	.testo-box{ margin:15px;}

	#.apri{ font-size:18px; font-family:Verdana, Geneva, sans-serif; float:right; margin-right:50px;}
	.apri:hover{cursor:pointer;}
	.chiudi{
        font-size:18px; color:#000; font-weight:bold; position:absolute; right:3%; top:25px;  cursor:pointer;
        background: url("../images/global-menu-sprites.png") no-repeat;
        background-position: -96.00000762939456px 0;
        width: 28px;
        height: 46px;
    }
	.overlay{
	    background:#000;
	    position:fixed;
	    top:0px;
	    bottom:0px;
	    left:0px;
	    right:0px;
	    z-index:100;
	    cursor:pointer;
	/*Trasperenza cross browser*/
	opacity: .7; filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";   
	}
	 
	#box{ width:1000px; height:600px; background-color:#FFF; display:none; z-index:+300; position:absolute; left:50%; margin-left:-500px; top:7%;}
	
	.dilatua {
	    /*background: url("http://dem.lavazza.com/feedback/images/Ribbon_Feedback_chiuso.png") no-repeat scroll 0 0 transparent !important;*/
        background: url("../images/global-menu-sprites.png") no-repeat;
	    background-position: -59px 0;
        width: 37px;
        height: 160px;
        
        display: block;
	    /*height: 172px;*/
	    position: fixed;
	    right: 0;
	    top: 255px;
	    /*width: 38px;*/
	    z-index: 9998;
        
	}

	.dilatuaen {
	    background: url("http://dem.lavazza.com/feedback/images/Ribbon_Feedback_chiuso_eng.png") no-repeat scroll 0 0 transparent !important;
	    display: block;
	    height: 172px;
	    position: fixed;
	    right: 0;
	    top: 255px;
	    width: 38px;
	    z-index: 100;
	}
	
	.dilatua-open {
	    position: absolute;
	    /*left: -40px;*/
        left: -59px;
	    top: 85px;
	    z-index: 9998;
        
        background: url("../images/global-menu-sprites.png") no-repeat;
	    background-position: 0 0;
        width: 60px;
        height: 160px;
	}