#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	background:transparent url(shadow.png) repeat scroll 0%;
	border:medium none;
	height:106px;
	opacity:0.8;
	width:200px;
	font-size: 10px;
}

#tooltip h3, #tooltip div { 
	margin-left: 15px; 
	margin-right: 15px; 
}

#tooltip h3 {
	font-size:12px;
	margin-top:10px;
}

#tooltip div {
	text-align:left;
}

.spanTooltip {
	cursor: help;
	border-bottom: 1px dotted #797979;
}