.tool-tip {
	color: #fff;
	width: 550px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #fff;
	padding: 8px 8px 4px;
	background: url(bubble2.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble2.png) bottom right;
}

span.tooltips, a.tooltips {
		position: relative;
		text-decoration: none;
		color: #3e3a3b;
		border-bottom: 1px #cccccc dotted;
		font-weight: bold;
		padding:8px 0 12px 5px;
		margin:0 10px 0 5px;
		cursor: help;
}
