
 
/* All form elements are within the definition list for this example */

 
 
/* The hint to Hide and Show */
.hint {
   	display: none;
    position: absolute;
   
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    background: #ffc  url(images/vbnew/pointer.gif) no-repeat -10px 5px;
}
 
/* 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/vbnew/pointer.gif) left top no-repeat;
}
