
#floatTip {
  position: absolute; /* Абсолютное позиционирование */
  width: 250px; /* Ширина блока */
  display: none; /* Прячем от показа */
  padding: 6px; /* Поля вокруг  текста */
  font-family: sans-serif; /* Рубленый шрифт */
  font-size: 9pt; /* Размер  шрифта */
  color: #333; /* Цвет текста */
  text-align: left;
  background: #e8f2fa;
  border: 1px solid #424d55;
  z-index: 100;
}

.hint {
  background: #435567 url(/images/hint.gif) top left repeat-x;
  color: white;
  display: none;
  padding: 5px 7px 10px 7px;
  position: absolute;
  width: 172px;
  z-index: 100;
}