/*this css is based on http://demos.mootools.net/Tips*/.tool-tip {	color: #666;	width: 200px;	text-align:left;	z-index: 13000;} .tool-title {	font-weight: bold;	font-size: 11px;	margin: 0;	color: #0099FF;	padding: 8px 8px 4px;	background: url(bubble.png) top left;} .tool-text {	font-size: 11px;	padding: 4px 8px 8px;	line-height:1.4;	background: url(bubble.png) bottom right;}