dl {
  font:normal 12px/15px Arial;
  position: relative;
  width: 350px;
}
dt {
  clear: both;
  float:left;
  width: 130px;
  padding: 4px 0 2px 0;
  text-align: center;
}
dd {
  float:left;
  width: 200px;
  margin: 0 0 8px 0;
  padding-left: 6px;
}
 
.hint {
  display:none;
  position: absolute;
  left: 485px;
  width: 250px;
  margin-top: -4px;
  border: 1px solid #c0c0c0;
  padding: 10px 12px;
  background-color: #EBECE4;
}
 
.hint .hint-pointer {
    position: absolute;
    right: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(http://www.blueangelslimo.com/images/pointer-1.gif) left top no-repeat;
}