/* MooTools.Tips */

.tip-top {
	color: #fff;
	width: 139px;
	z-index: 13000;
}		 
.tip-title {
	width: 123px;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #fff;
	padding: 8px 8px 4px;
	background: url(/images/css/bubble.png) top left;
	opacity:0.90;
}
*html .tip-title { filter:alpha(opacity=90); }
.tip-text {width: 123px;
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(/images/css/bubble.png) bottom right;
	color:#fff;
}
.tip-text A {
	color:#069;
}
.tip-loading {
	background: url(/images/css/ajax_load.gif) center center no-repeat;
	width: 30px;
	height: 30px;
	margin: 0 auto;
}	

