.tipsy { 
		padding: 5px; 
		/*font-size: 10px; */
		opacity: 1.0; 
		filter: alpha(opacity=100); 
		background-repeat: no-repeat;  
		background-image: url(../images/tipsy.gif);
		}
  .tipsy-inner { 
		font-family:Verdana, Arial, Helvetica, sans-serif;
  		padding: 5px 8px 4px 8px;
		color:#333; 
		/*background-color:#2d2d2d; background-color: black;*/  
		background-color:#ededed;
		max-width: 250px; 
		text-align: left; 
		font-size:11px;
		line-height:15px;
		font-weight:500;
		border:1px solid #bcbcbc;
		}
  .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; }

