.tipsy { font-family:verdana; padding: 5px; margin:10px; margin-top:0px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat; }
.tipsy-inner {
	padding: 5px 10px; 
	background-color: #555; color: #fff; 
	max-width: 300px; 
	-moz-border-radius-bottomleft:1em;
	-moz-border-radius-bottomright:1em;
	-moz-border-radius-topleft:1em;
	-moz-border-radius-topright:1em;	
	}
.tipsy-north { background-image: url(./tipsy-north.gif); background-position: top center; }
.tipsy-south { background-image: url(./tipsy-south.gif); background-position: bottom center; }
.tipsy-east { background-image: url(./right.png); background-position: right center; }
.tipsy-west { background-image: url(./left.png); background-position: left center; }
