
/* The hint to Hide and Show */
.hint { display: none; width: 120px; margin-top: -4px; border: solid 1px #c93; padding: 10px 12px; background-color: #ffc; position: absolute; z-index: 500; }

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer-180.gif) left top no-repeat;
}
