@CHARSET "ISO-8859-1";

/* MooTools.Tips */

.myTipDiv{
	z-index: 200000;
}
.tip-top {
color: #fff;
width: 139px;
z-index: 200000;
}
.tip-title {
font-weight: bold;
font-size: 11px;
margin: 0;
color: #9FD4FF;
padding: 8px 8px 4px;
background: url(../images/bubble.png) top left;
}
.tip-text {
font-size: 11px;
padding: 4px 8px 8px;
background: url(../images/bubble.png) bottom right;
color:#fff;
}
.tip-text A {
color:#069;
}
.tip-loading {
background: url(../images/spinner.gif) center center no-repeat;
width: 30px;
height: 30px;
margin: 0 auto;
}

