dl {
  font:normal 12px/15px Arial;
  width: 100%;
  
}
dt {
  clear: both;
  float:left;
  width: 150px;
  padding: 4px 0 2px 0;
  text-align: left;
}
dd {
  float: left;
  width: 425px;
  margin: 0 0 8px 0;
  padding-left: 6px;
  position:relative;
}

.hint {
  display:none;
  position: absolute;
  right: -325px;
  width: 425px;
  margin-top: -2px;
  border: 1px solid #3042A9;
  padding: 10px 12px;
  line-height: 1.6em;
}

.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
}
