div.qtip-wrapper {
  z-index: 999;
  text-align: center;
  position: absolute;
  font-size: .9em;
  width: 250px;
  background: transparent url(/css/rawdev/images/qtips-arrow.png) no-repeat scroll center bottom;
  color: #fff;
  padding-bottom: 5px;
  display: none
}

div.qtip-wrapper div {
  background: #333 none;
  padding: 10px;
  font: normal normal .9em/1em "Arial", verdana, sans-serif;
}

div.box {
  position: absolute; 
  background: #ccc none; 
  text-align: center; 
  color: #fff; 
  cursor: pointer;
}

