#tip {
  display: none;
  background: white;
  padding: 3px;
  border: solid 1px gray;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: .85;
  filter: alpha(opacity=85);
  z-index: 100;
  width: 200px;
}
