div#qTip {

  padding: 3px;


  border: 1px solid #666;
/*
  border-right-width: 2px;

  border-bottom-width: 2px;
*/
  display: none;

  /* background: #999; */
  background-color: #fbbf4c;

  /* color: #FFF; */
  color: white;

  text-align: left;

  position: absolute;

  z-index: 1000;
  width: 200px; 

}
