#tooltip {
	font-family:"Arial","Helvetica",sans-serif;
	color: white;
	text-align: left;
	font-size:11px;
	position: absolute;
	z-index: 3000;
	opacity: 1;
	width: 350px;
	background-color: #6EB7E4;
	border: 1px silver solid;
	padding: 8px;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3{ margin: 0.5em 0; font-size:12px;}
#tooltip img {
	float: left;
	margin: 5px;
	margin-right:10px;
}

