#tooltip {
	position: absolute;
	z-index: 3000;
	border: 0px solid #111;
	background-color: white;
	font-size: 12px !important;
	height: 18px;
	/*background: url(../img/tooltip-bg-1.png) 0 0 no-repeat;*/
	min-width: 150px;
	text-align: center;
	font-weight: normal !important;
	font-family: "Georgia","Palatino","Palatino Linotype","Times","Times New Roman",serif;
}
#tooltip .tit, #tooltip div { margin: 0;}

#tooltip .tit {
	font-size: 12px;
	font-style: italic;
	height:18px;
	padding-top:3px;
	padding-left: 5px;
	padding-right: 5px;
	/*background: url(../img/tooltip-bg-1.png) 100% 0 no-repeat;*/
	font-family: "Georgia","Palatino","Palatino Linotype","Times","Times New Roman",serif;
}
