.hints {
	font:normal 12px/15px Arial;
    position: relative;
}

.hint {
   	display: none;
    position: absolute;
	top:40px;
	left:0px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px;
    background: #ffffcc;
}

.hint .hint-pointer {
    position: absolute;
    left: 20px;
    top: -10px;
    width: 19px;
    height: 10px;
    background: url("pointer.gif") no-repeat;
}
