#tooltip {
	position: absolute;
	z-index: 3000;
	/*background:transparent url(img/white_arrow.png);*/
	/*height:50px;
	width:170px;
	padding:35px 20px;*/
	background:transparent url(img/tooltip-2.png);
	height:62px;
	width:110px;
	padding:25px 18px;
	font-size:12px;
	color:#000;	
	/*opacity: 0.85;*/
}
#tooltip h3, #tooltip div { margin: 0; padding:0; text-align:center; }
#tooltip h3 {
	float:left;
	width:100%;
	font-size:15px;
	margin-top:15px;
	color:#000 !important;
}
#tooltip .body {
	clear:left;
	float:left;
	width:100%;
	font-size:13px;
}


#tooltip2 {
	position: absolute;
	top:250px;
	right:120px;
	z-index: 3000;
	background:transparent url(img/tooltip-2.png);
	height:62px;
	width:110px;
	padding:25px 18px;
	font-size:12px;
	color:#000;
	display:none;
}
#tooltip2 h3, #tooltip2 div { margin: 0; padding:0; text-align:center; }
#tooltip2 h3 {
	float:left;
	width:100%;
	font-size:15px;
	margin-top:15px;
	color:#000 !important;
}
#tooltip2 .body {
	clear:left;
	float:left;
	width:100%;
	font-size:13px;
}

