.Tips2 .tip {
	color: #fff;
	width: 250px;
	z-index: 13000;
/*	background: url(../javascript/bubble.png) top left;*/
}

.Tips2 .tip-title{
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	color: #ff8c00;
	padding: 10px 10px 4px;
	background: url(../javascript/bubble.png) top left;
}
.Tips2 .tip-text {
	font-size: 11px;
	padding: 4px 10px 10px;
	background: url(../javascript/bubble.png) bottom right;
}
