
	/* Tooltip */
	
.hint {
    position: absolute;
	margin-left:15px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    background: #ffc url(../../images/pointer.gif) no-repeat -10px 5px;
	font-size:11px;
	color:black;
}

.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../../images/pointer.gif) left top no-repeat;
}
