
/*** ballon popup ****************************************************************************************/
abbr, acronym {
	border-bottom		: dotted #000 0px;
}
.bubbleTooltip {
	width			: 58px;
	color			: #000;
	font			: 12px sans-serif;
	text-decoration		: none;
	text-align		: center;
	margin-top		: -50px;
}
.bubbleTooltip span.top {
	padding			: 0px 2px 0;
	background		: url(../img/popup.gif) no-repeat top;
}
.bubbleTooltip span.bottom {
	padding			: 22px 0px 0px;
	color			: #000;
	background		: url(../img/popup.gif) no-repeat bottom;
}
