/* Tooltips */

.tooltip{
	width: 300px;
	color: #000000;
	text-decoration: none;
	z-index: 2000;
}

.tooltip span.top {
	font-weight: bold;
	font-size: 14px;
	padding: 12px 12px 5px 12px;
	background: url('/qms2/include/js/tooltips/bt.gif') no-repeat top;
}

.tooltip span.bottom {
	padding: 0px 12px 12px 12px;
	color: #666666;
  background: url('/qms2/include/js/tooltips/bt.gif') no-repeat bottom;
}
