.tip {
	color: #fff;
	width: 150px;
	z-index: 13000;
}
 
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 15px 5px 0 5px;
	background: url(images/bubble.png) top left;
}
 
.tip-text {
	font-size: 11px;
	padding: 10px 5px;
}

.tip-bottom {
	height: 15px;
	background: url(images/bubble.png) bottom right;
}


