.help-icon{
	margin-left: 5px;
	margin-right: 5px;
}

.tooltip-table{
	border: 0px;
	width: auto;
	margin: 0;
}

	.tooltip-table td{
		line-height: normal;
		border: 0px;
		vertical-align: top;	
	}
	
		.tooltip-table td.nuvola-freccia{
			background-image: url(/img/tooltip/nuvola-top.gif);
			background-position: top;
			line-height: 1px;
		}
		
		.tooltip-table td.nuvola-bordi{
			width:15px; 
			line-height: 1px;
		}
		
		.tooltip-table td.nuvola-bassa{
			background-image: url(/img/tooltip/nuvola-bottom.gif);
			background-repeat: repeat-x;
		}
		
		.tooltip-table .nuvola-testo{
			background-color: #fff;
			font-size: 0.8em;
		}

