.tool-tip {
	color: #fff;
	width: 250px;
	z-index: 13000;
}
 
.tool-title { font-weight: bold; font-size: 1.3em; margin: 0; color: #fff; font-variant: small-caps; padding: 8px 8px 4px; background: url(bubble.png) left top; }
 
.tool-text { font-size: 11px; padding: 4px 8px 8px; background: url(bubble.png) right bottom; text-align: left; }

span.tooltips, a.tooltips {
		position: relative;
		text-decoration: none;
		color: black;
		border-bottom: 1px gray dotted;
		font-weight: bold;
		cursor: help;
}