.tipsy { 
	padding: 5px;
	margin: auto;
	font: bold 12px/15px Trebuchet,Arial,Helvetica,sans-serif; 
	opacity: 0.9; 
	filter: alpha(opacity=90); 
	background-repeat: no-repeat;  
	background-image: url(tipsy.gif);
	
	text-shadow: 0 0 2px #000;

}

.tipsy-inner { 
  padding: 5px 8px 5px 8px; 
  background-color: black; 
  color: white; 
  max-width: 250px; 
  text-align: left; 
    	
  box-shadow: 0 0 3px #000;
  	-webkit-box-shadow: 0 0 3px #000;
	-moz-box-shadow: 0 0 3px #000;
}

.tipsy2 { 
	padding: 5px;
	margin: auto 2px 1px;
	font: 11px/14px Trebuchet,Arial,Helvetica,sans-serif; 
	opacity: 0.9; 
	filter: alpha(opacity=90); 
	background-repeat: no-repeat;  
	background-image: url(tipsy.gif);	
	text-shadow: 0 0 2px #000;


}

.tipsy-inner2 { 
  padding: 5px 8px 5px 8px; 
  background-color: black; 
  color: white; 
  max-width: 170px; 
  text-align: center; 
    	
  	-webkit-box-shadow: 0 0 3px #000;
	-moz-box-shadow: 0 0 3px #000;			
	box-shadow: 0 0 3px #000;
	
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}


*html .tipsy-inner {
	width: 250px;
  	text-align: center; 
}

  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }

