#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #CEDCB4;
	background-color: #F6F8F3;
	padding: 6px;
	/*width:220px;*/
	width:300px;
	height: auto;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 { font-size:1.2em; }
#tooltip div { font-size:1em; }
#tooltip h3 img { width:300px; height:auto;}
