.tool-tip {
	color: #414B4D;
	text-align: left;
}

.tool-title {
	margin: 0px 0px 0px 0px;
	padding: 10px 2px 0px 8px;
	font-weight:bold;
	background: url(/_images/bkg/tooltip-top-corner.png) top left no-repeat !important;
	background: url(/_images/bkg/tooltip-top-corner.gif) top left no-repeat;
}

.tool-text {
	width:110px;
	margin: 0;
	height:auto;
	padding: 5px 2px 15px 8px;
	font-size: 11px;
	background:url(/_images/bkg/tooltip-bottom-corner.png) bottom left no-repeat !important;
	background: url(/_images/bkg/tooltip-bottom-corner.gif) bottom left no-repeat;
}