/**
 * css_bubbletips.css
 */

.tooltip {
	width: 200px;
	color: #000;
	font: lighter 11px/1.3 Arial,sans-serif;
	text-decoration: none;
	text-align: left;
}

.tooltip span.top {
	padding: 28px 10px 0 10px;
	background: url(../images/tooltip.gif) no-repeat top;
}

.tooltip b.bottom {
	padding: 0px 8px 10px 8px;
	color: #548912;
	background: url(../images/tooltip.gif) no-repeat bottom;
}