

.tip {
	color: #fff;
	width: 180px;
	font-size:12px;
	font-weight:500;
	font-family: Tahoma, Geneva, sans-serif;
	z-index: 13000;
	background: url(images/bubmid.png) repeat-y;
	text-align:center;
	padding:20px;

	

}

.logo_pop { background:url(images/pop_logo.png);}
 
.tip-top {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(images/bubble.png) top left;
}

 
.tip-bottom {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(images/bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9fd4ff;
	padding-bottom:5px;
	
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}


