/*this css is based on http://demos.mootools.net/Tips*/

.tool-tip {
	color: #fff;
	width: 160px;
	z-index: 13000;
	text-align: left;
}
 
.tool-title {
	font-size: 10px;
	margin: 0;
	color: #87ceeb;
	padding: 1px 0px 1px 8px;
	background: url(images/tip.png) top left;
}

.tool-text {
	font-size: 10px;
	padding: 1px 8px 3px 8px;
	background: url(images/tip.png) bottom right;
	border-top: 1px dotted orange;
}