#tooltip {
	position: absolute;
	z-index: 99000;
	border: 1px solid #323232;
	color: #999;
	background-color: #242424;
	background-image: url('images/tooltip_bg.gif');
	background-repeat: repeat-x;
	background-position: top;
	padding: 8px;
	overflow: hidden;
	text-align: justify;
}
#tooltip h3,
#tooltip div { margin: 0; }
#tooltip.width { max-width: 300px; }
#tooltip.minimo { min-width: 250px !important; }
