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