div#qTip {
  padding: 3px;
  border: 1px solid #666;
  border-right-width: 2px;
  border-bottom-width: 2px;
  display: none;
  background:#ffffcc;
  color:black;
	font-family:"Simplified Arabic", "Arabic Transparent", sans-serif;
  font-size:0.8em;
	font-weight:bold;
  text-align: right;
  position: absolute;
  z-index: 1000;
}