.hint {
      display: none;
      position: absolute;
      width: 200px;
      margin-left:10px;
      border: 1px dashed #999;
      padding: 7px 12px;
      background: #ECD953 url(../images/tooltipbg.jpg) no-repeat -10px 5px;
	  color:#333;
	  font-size:14px;
	  font-family:Tahoma;
  }
  .hint .hint-pointer {
      position: absolute;
      left: -10px;
      top: 5px;
      width: 10px;
      height: 19px;
      background: url(../images/pointer.gif) left top no-repeat;
  }