
.tip-wrap {
	z-index: 12999;
	max-width: 600px;
}
.tip-top {
    color: #fff;
    width: auto;
    z-index: 13000;
}
.tip-title {
    width: auto;
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    color: #BCBCBC;
    padding: 8px;
    background: url(bubble.png) top left;
}

.tip-title p {
	color:#BCBCBC;
}

.tip-text {
    width: auto;
    font-size: 11px;
    padding: 4px 8px 8px;
    background: url(bubble.png) bottom right;
    color:#fff;
}
.tip-text A {
    color:#069;
}
.tip-loading {
    background: url(ajax_load.gif) center center no-repeat;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}
