#tooltip {
	position: absolute;
	width:139px;
	height:34px;
	z-index: 3000;
	/*border: 1px solid #111;*/
	/*background-color: #58595b;*/
	padding: 3px;
	opacity: 1;
	color:#FFF;
	text-align:center;
	line-height:12px;
	background:url(../images/tasarim/bgr-tooltip.png) no-repeat;
}
#tooltip h3, #tooltip div {
	margin: 0; 
	font-family:Tahoma;
	font-size:10px; 
	text-indent:0;}
