.tipsy { padding: 5px; font-size: 12px; line-height:18px; opacity: 0.9; filter: alpha(opacity=90); background-repeat: no-repeat;  background-image: url(../assets/images/tipsy.png); font-family:verdana,arial,helvetica,sans-serif; font-size:11px; }
.tipsy strong { font-size: 16px; line-height:24px; }
  .tipsy-inner { padding: 8px 8px 8px 8px; background-color: #f06000; color: white; max-width: 300px; text-align: left;text-align:left; }
  .tipsy-inner { -moz-border-radius:10px; -webkit-border-radius:10px; border-radius: 10px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }
