#tooltip {
	position:absolute;
	z-index:9999;
	color:#fff;
	font-size:14px;
	font-family: Arial,Helvetica,Garuda,sans-serif;
	font-weight: normal;
}

#tooltip .tipSide{
	height:25px;
	width: 8px;
	position: absolute;
	top:0;
}

#tooltip .tipLeft {
	left: 0;
	background:url(../pic/left.gif) no-repeat;
}

#tooltip .tipBody {
	background-color:#0eb6df;
	padding: 0 10px;
	margin: 0 8px;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
}

#tooltip .tipRight {
	right: 0;
	background:url(../pic/right.gif) no-repeat;
}
