 
.tipcustom-tip {
	color: #000;
	width: 235px;
	z-index: 13000;
}
 
.tipcustom-title {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	color: #FFF;
	padding: 8px 8px 8px;
	background: #f00;
	border-top: 2px solid #222;
	border-right: 2px solid #222;
	border-bottom: 0px solid #222;
	border-left: 2px solid #222;

}
 
.tipcustom-text {
	color: #000;
	font-size: 12px;
	padding: 4px 8px 8px;
	background: #FFF;
	border-top: 0px solid #222;
	border-right: 2px solid #222;
	border-bottom: 2px solid #222;
	border-left: 2px solid #222;
}
.tipscent {
	color: #000;
	font-size: 9px;
	background: #FFA;
	/* text-align: center; */
}
