

.tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #F9F9F9;
	padding: 8px 8px 4px;
	background: url(http://www.plusbox.fi/web/images/bubble.png) top left;
}
 
.tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(http://www.plusbox.fi/web/images/bubble.png) bottom right;
}

 