@CHARSET "ISO-8859-1";
<style type="text/css">
	.tip {
		color: #fff;
		min-width: 139px;
		max-width: 189px;
		z-index: 14000;
		position: relative;
	}
	 
	.tip-title {
		font-weight: bold;
		font-size: 11px;
		margin: 0;
		display: block;
		text-align: center;
		color: #9FD4FF;
		padding: 8px 8px 4px;
		background: url(bubble.png) top left;
	}
	 
	.tip-text {
		font-size: 11px;
		padding: 4px 8px 8px;
		background: url(bubble.png) bottom right;
		display: block;
		white-space: nowrap;
	}
	
	.qd_tip {
		cursor: help;
	}
</style>
