.hint {
    width: 200px;
    display: none;
    position: absolute;
    left: auto;
}

.hint .hintTop {
    width: 200px;
    background: url(../images/tipImages/hintTop.gif) left top repeat-x;
    height: 3px;
    line-height: 1px;
    font-size: 1px;
}

.hint .hintBottom {
    width: 200px;
    background: url(../images/tipImages/hintBtm.gif) left top repeat-x;
    height: 3px;
}

.hint .hintContent {
    background-color: #ffffff;
    border-left: solid;
    border-right: solid;
    border-width: 3px;
    border-color: #fe6d4c;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font: 12px Arial;
    color: #063da2;
}

.hintContent .pointer {
    position: absolute;
    left: -9px;
    top: 0px;
    width: 10px;
    height: 13px;
    background: url(../images/tipImages/pointer.gif) left top no-repeat;
}

