#bubbleAnchor {
	position:relative;
}
#bubbleTooltip{
	width:220px;
	position:absolute;
	display:none;
	background:url(../images/top.gif) no-repeat;
	cursor:pointer;
}
#bubbleContent {
	background:url(../images/middle.gif) repeat-y;
	margin-top:9px;
	padding:0 7px;
	font-family:Arial,sans-serif;
	font-size:11px;
	text-align:center;
}
#bubbleBottom{
	background:url(../images/bottom.gif) no-repeat;
	height:9px;
	position:relative;
}
#bubblePointer {
	position:absolute;
	left:17px;
	top:8px;
	width:16px;
	height:17px;
	background:url(../images/pointer.gif) no-repeat;
}
