 
h1	{font:bold 1.2em/1.6em arial;margin:4px 0;padding:4px 0;}
h2	{font:normal 1.1em/1.5em arial;margin:4px 0;padding:4px 0;}
div, p {font: normal 1em/1.3em arial;}
 
 
dl {
  font:normal 12px/15px Arial;
  width: 350px;
  
}
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;
  position:relative;
}
 
.hint {
  display:none;
  position: absolute;
  right: -320px;
  top:15px;
  width: 200px;
  margin-top: -20px;
  border: 1px solid #c93;
  padding: 10px 12px;
  background: #ffc url(../images/pointer.gif) -100px -100px no-repeat;
}
 
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}
