#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px dashed #399;
	background-color: #ffffff;
	padding: 5px;
	opacity: 0.95;
	color: #346699;
	background:bottom right url(../images/tooltip.gif);
}
#tooltip h3, #tooltip div { margin: 0; font-family:"ËÎÌå", Symbol, "Times New Roman", Arial; color:#026598; font-size: 1.1em;}

