#tooltip {
	position: absolute;
	z-index: 3000;
	opacity: 0.75;
	width: 200px; 
	height: 90px;
}
#tooltip  div   { 
	margin: 0; 
	width: 180px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#tooltip.pretty {
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	opacity: 0.8;
	background-image: url(shadow.png);
	font-size: 10px;
	color: #666666;
	background-repeat: no-repeat;
}
#tooltip.pretty div {
	text-align: center;
	
}
#tooltip.pretty h3 {
	width: 150px;
	margin-bottom: 5px;
	font-size: 15px;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
