#tooltip{
	width:147px;
	position:absolute;
	display:none;
}
#tooltip #top{
	
	background-repeat:no-repeat;
	height:16px;	
}
#tooltip #middle{
	padding-left:7px;
	padding-right:25px;
	border-right-width: 4px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	margin-right: 2px;
}
#tooltip #middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
#tooltip #bottom{
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
}