#tooltip {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}
#tooltip .tipHeader {
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}
#tooltip .tipBody {
	padding:10px 10px 10px 10px;
	color:#333333;
}