#tip_bg {
    position: absolute;
    z-index: 99;
}
#tip_title {
    background-color: #FFFF99;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 0 4px #888888;
    color: #666666;
    font: 11px/20px Arial,sans-serif;
    padding: 1px 4px;
    position: absolute;
    text-align: left;
    z-index: 100;
}
#tip_title.error {
    background-color: #241E58;
    border: 1px solid #241E58 !important;
    color: #FFFFFF;
}

.hint { cursor:default; position:absolute; z-index:10; line-height: 20px; padding:2px 4px; border:2px solid #666; border-radius:4px; background-color:#666; color:#FFF;  box-shadow:0 0 4px #888; }
.hint_arr { position:absolute; z-index:11; left:5px; bottom:0; margin-bottom:-8px; border-top-width: 8px; border-right-width: 8px; border-left-width: 8px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-color:transparent; border-top-color: #666; height: 0px; width: 0px; }
.hint_content { word-break:break-all; font-size:12px; }
