#dhtmltooltip {
	position: absolute;
	visibility: hidden;
	z-index: 11000;
	width: 180px;
	color: #FFFFFF;
/*filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;*/
font-family: LucidaMAC, Tahoma, "Lucida Sans Unicode";
font-size: 12px;
}
span.top-bg, span.body-bg, span.bottom-bg {
	display: block;
	width: 160px;
	padding: 0 10px;
}
span.top-bg {
	height: 10px;
	background: url(/js/tooltips/bg-top.png) no-repeat;
	_margin-bottom:-6px;
}
span.body-bg {
	background: url(/js/tooltips/bg-body.png) repeat-y;
}
span.bottom-bg {
	height: 19px;
	background: url(/js/tooltips/bg-bottom.png) no-repeat;	
}


span.top-bg2, span.body-bg2, span.bottom-bg2 {
	display: block;
	width: 160px;
	padding: 0 10px;
}
span.top-bg2 {
	height: 10px;
	background: url(/js/tooltips/bg-top.gif) no-repeat;
	_margin-bottom:-7px;
}
span.body-bg2 {
	background: url(/js/tooltips/bg-main-bd.gif) repeat-y;
}
span.bottom-bg2 {
	height: 19px;
	background: url(/js/tooltips/bg-bottom.gif) no-repeat;	
}


