.tool-tip {
	color: #FFFFFF;
	width: 139px;
	z-index: 13000;
	text-align: left;
	font-size: 11px;
	background: url(../res/bubble.png) no-repeat left top;
}
.tip-top, .tip-bottom{
	height: 4px;
	width: 139px;
}
/*.tip-top{
	background: url(../res/bubble.png) no-repeat left top;
}*/
/*.tip-bottom{
	background: url(../res/bubble.png) no-repeat left bottom;
}*/
.tip{
	padding: 5px;
	/*background: url(../res/bubble_content.png) repeat-y center;*/
}
.tip-title{
	font-weight: bold;
	color: #9FD4FF;
}