.tip {
    padding: 8px;
    background-color:#231f20;
    border:1px solid red;
    font-size: 11px;
}
.tip-title {
    font-weight: bold;
    margin: 0;
    color: #A1A1A1;
}

.tip-text A {
    color:#069;
}

.tip-loading {
    background: url(ajax_load.gif) center center no-repeat;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

