#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #99a8bd;
	background-color: #e6eaf4;
	padding: 6px;
	/*width:220px;*/
	min-width:220px;
	width: 220px;
	height: auto;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 { font-size:1em; font-weight:normal;}
#tooltip div { font-size:1em; }
#tooltip h3 img { width:220px; height:auto; }
#tooltip h3 .tag_img { width:49px; height:37px; float:left; margin-right:5px; }
.cadastro #tooltip h3 {font-size:0.9em;}
