/* The hint to Hide and Show */
span.hint {
    display: none;
    position: static;
    /*left: 650px; /*65%;*/
    width: 60%;
    left: 0px;
    margin-top: 5px;/*-4px;*/
    margin-left: 160px;
    margin-bottom: 30px;
    border: 1px solid #c93;
    padding: 3px 5px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    /*background: #ffc url(../img/pointer.gif) no-repeat -10px 5px;*/
	background-color: #FFFF99;
}

/* The pointer image is hadded by using another span */
/*span.hint span.hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../img/pointer.gif) left top no-repeat;
	background-color: #FFFF99;
}*/
