#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	opacity: 0.85;
	FILTER: alpha(opacity=85);
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip.pretty {
	font-family: Arial;
	border: none;
	width:234px;
	height:131px;
	opacity: 0.85;
	FILTER: alpha(opacity=85);
	background: url('/images/mall_box.gif');
}
#tooltip.pretty h3 {
	font-size: 14px;
	text-align:center;
	color:#000;
	padding:35px 0 0 0;
	font-weight:bold;
}
#tooltip.pretty div {font-size:14px; padding:5px 15px 0; color:#333; padding-top:10px; line-height:20px;}

#tooltip.fancy {
	background: url('/images/mall_box.gif');
	height:131px;
}
#tooltip.fancy.viewport-right {
	background: url('/images/mall_box02.gif');
}
#tooltip.job {
	background: url('/spot/images/Tips.png') no-repeat;
	width:131px;
	line-height:25px;
	height:39px;
	text-align:center;
	color:#000;opacity:0.8;FILTER: alpha(opacity=80);
	top:7px;
	left:70px;
	position:absolute;
}