.tip {
	cursor:pointer;
}
.tip_container {
	color: #fff;
	width: 139px;
	z-index: 65505;
}
 
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../../images/libs/bubble.png) top left;
}
 
.tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../../images/libs/bubble.png) bottom right;
}

