dl {
	font-weight: normal;
    position: relative;
    width: 366px;
}
dt {
    clear: both;
    float:left;
    width: 97px;
    padding: 4px 0 2px 0;
    text-align: left;
}
dd {
    float: left;
    width: 165px;
    margin: 0 0 16px 0;
    padding-left: 6px;
}


.hint {
   	display: none;
    position: absolute;
    right: -165px;
    width: 165px;
    margin-top: -28px;
    border: 1px solid #f9e1fb;
    padding: 10px 12px;
    background: #fff url(../images/pointer.gif) no-repeat -10px 5px;
}

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

