.tipsy { padding: 3px 3px 5px 3px; font-size: 10px;background-repeat: no-repeat; }

  .tipsy-inner { 

  padding: 4px 5px;

  background: url(../images/tipsy.png) repeat-x #000;

  color: white;

  max-width: 200px; 

	 text-shadow: 0 1px 1px #000;

	 border: 1px solid #000;

	 text-align: center;

	 font-weight: bold; 

	 -moz-border-radius:3px;

	 -webkit-border-radius: 3px;

	 }
  .tipsy-north { background-image: url(../images/tipsy-north.gif); background-position: top center; }
  .tipsy-south { background-image: url(../images/tipsy-south-n.png); background-position: bottom center; }
  .tipsy-east { background-image: url(../images/tipsy-east.gif); background-position: right center; }
  .tipsy-west { background-image: url(../images/tipsy-west.gif); background-position: left center; }