#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	height: 135px;
	background: url('../images_nomedie/shadow.png');
	-moz-opacity:0.65;           /* discarded */
	opacity: 0.65;               /* discarded */
}
#tooltip.pretty h3 {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 0.8em;
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	border-bottom: 1px solid #666666;
	width: 186px;
	text-align: left;
}
#tooltip.pretty div { 
	width: 180px; 
	font-size: 0.9em;
	margin-left: 15px;
	text-align: left; }
