dl {
    position: relative;
    width: 250px;
}
dt {
    clear: both;
    float:left;
    width: 130px;
    padding: 4px 0 2px 0;
    text-align: left;
}
dd {
    float: left;
    width: 200px;
    margin: 0 0 8px 0;
    padding-left: 6px;
}

.hint {
	font:normal 11px Arial;
   	display: none;
    position: absolute;
    right: 10px;
    width: 140px;
    margin-top: -10px;
    border: 1px solid #c93;
    padding: 5px 6px;
    background: #ffc url(../images/pointer.gif) no-repeat -10px 5px;
}

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