
.toolA {
  position: relative;
  cursor: help;
  ftext-decoration: underline;
  color: #538FA9;
  z-index: 999;
  border-bottom: 1px solid #538FA9;
}
.ftooltip {
  display: none;
  position: absolute;
  top: 8px;
  left: 0;
	width: 200px;
	color: #000;
	padding: 10px;
	font: lighter 11px/1.3 Arial, sans-serif;
	text-decoration: none;
	text-align: left;
  /*background: url(bt.gif) no-repeat top;*/
  background-color: #DEF;
  z-index: 999;
}

.toolA span.tooltip {
	position: absolute;
	z-index: 999;
  top: 8px;
  left: 0;
	width: 220px;
	background-color: #538FA9;
	border: 2px double #fff;
	text-align: left;
	padding: 5px;
	min-height: 1em;
	color: #fff;
  text-decoration: none;
	text-decoration: none !important;
	-moz-border-radius: 5px;
}

span.tooltip a {
  color: #fff !important;
  z-index: 999;
  text-decoration: none;
	text-decoration: none !important;
}
