@charset "utf-8";

#tooltip {
	position: absolute;
	/*width: 300px; Use custom class to set width for easier customizing. Ken */
	z-index: 3000;
	border: 1px solid #666;
	background-color: #eee;
	padding: 7px;
	xopacity: 0.90;
}
.standardWidth{
	width: 300px;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 {
	margin-bottom: 3px;
}