

.tip-white {
	opacity:0.95;
	z-index:1000;
	text-align:left;
	border:0px solid #888;
	padding:8px;
	min-width:50px;
	max-width:530px;
	color:#000;
	/*background-color:#999;*/
	background-color:transparent;
	background-image:url(t.png);
}
.tip-white .tip-inner {
	line-height:12px;
	margin-top:-3px;
	padding:0 4px;
}

.tip-white .tip-arrow-top {
	margin-top:-7px;
	margin-left:15px;
	top:0;
	left:0;
	width:16px;
	height:10px;
	/*background:url(tip-white_arrows.png) no-repeat;*/
}
.tip-white .tip-arrow-right {
	margin-top:-9px; 
	margin-left:-7px;
	top:50%;
	left:100%;
	width:11px;
	height:21px;
	/*background:url(tip-white_arrows.png) no-repeat -22px 0;*/
}
.tip-white .tip-arrow-bottom {
	margin-top:-7px;
	margin-left:23px;
	top:100%;
	left:0;
	width:22px;
	height:7px;
	/*background:url(tip-white_arrows.png) no-repeat -44px -3px;*/
}
.tip-white .tip-arrow-left {
	margin-top:-9px;
	margin-left:-6px;
	top:50%;
	left:0;
	width:10px;
	height:21px;
	/*background:url(tip-white_arrows.png) no-repeat -66px 0;*/
}