@CHARSET "ISO-8859-1";
.hint {
  display:none;
  position: absolute;
  right: -150px;
  width: 200px;
  margin-top: -4px;
  border: 1px solid #c93;
  padding: 10px 12px;
  background-color: #ffc;
  z-index: 3;
}

.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(/themes/default/images/pointer.gif) left top no-repeat;
	z-index: 3;
}