#tooltip {
	position: absolute;
	z-index: 3000;
	border:1px SOLID #DAD5CC;
	/*border: 1px solid #111;
	background-color: #eee;*/
	BACKGROUND-COLOR:#F6F4Ef;
	font-size:12px;
	font-family: dotum, tahoma, verdana;
	color:#333333;
	line-height:12pt;
	height:18px; 
	/*width: 100px;*/
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div {
	margin: 0;
	/*font-size: 10pt;*/
	font-weight: normal;
	font-family:Dotum, Dotumche, verdana; 
	font-size:12px;
	ime-mode:active;
	/*width: 100px;*/
}
