﻿/* The hint to Hide and Show */
.hint {          
    font-family: "Trebuchet MS", Arial, Helvetica;
    font-size:12px;
    display: none;   
    position: absolute;
    width: 200px;
    margin-top: -10px;
    border: 1px solid #cc9933;
    padding: 10px 12px;
    background: #ffc url(../images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer { 
    position: absolute; 
    left: -10px;
    top: 10px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}