p#vtip {
  display: none;
  font-family: "Gotham";
  position: absolute;
  padding: 10px;
  left: 5px;
  font-size: 14px;
  background: #dfdfdf;
  border: 3px solid #a6a6a6;
  border-radius: 4px 4px 4px 4px;
  z-index: 19999;
}

/*
p#vtip:before {
    border-color: transparent #bbb;
    border-style: solid;
    border-width: 15px 0 0 14px;
    top: -15px;
    content: "";
    height: 0;
    position: absolute;
    left: -3px;
    width: 0;
}

p#vtip:after {
    border-color: transparent #FFFFFF;
    border-style: solid;
    border-width: 12px 0 0 10px;
    top: -8px;
    content: "";
    height: 0;
    position: absolute;
    left: 0px;
    width: 0;
}
*/
p#vtip #vtipArrow {
  position: absolute;
  top: -21px;
  left: -3px;
}
