/* Tips Mootools */

.tipBox {
	color: #fff;
	width: 139px;
	z-index: 13000;
	text-align:left;
}

.tipBox .tip-top {}

.tipBox .tip {}

.tipBox .tip .tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	/*color: #9FD4FF;*/
	color: #fff;
	padding: 6px 8px 2px 8px;
	background: url(../images/img_tips/bubble.png) top left;
}

.tipBox .tip .tip-text {
	font-size: 11px;
	padding: 2px 8px 4px 8px;
	background: url(../images/img_tips/bubble.png) bottom right;
}

.tipBox .tip-bottom {}

