.tipsy { 
padding: 5px;
font-size: 20px;
font-family: 'droid sans';
opacity: 0.7; filter: alpha(opacity=70);
background-repeat: no-repeat;
	
}
.tipsy-inner {
	opacity:.95;
	padding: 5px 10px; 
	background: #000000 url("../gui/tipsybg.png") center center; 
	color: #eeeeee; font-weight: normal;max-width: 200px; text-align: center; 
	text-shadow: 0px -1px 0px #000000;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
	border-radius: 20px; 
	
	-moz-box-shadow: 0px 0px 2px black, 0px 1px 0px #000000;
	-webkit-box-shadow: 0px 0px 2px black, 0px 1px 0px #000000, 0px -1px 0px #000000;
	-o-box-shadow: 0px 0px 2px black, 0px 1px 0px #000000, 0px -1px 0px #000000;
	-ms-box-shadow: 0px 0px 2px black, 0px 1px 0px #000000, 0px -1px 0px #000000;
	box-shadow: 0px 0px 2px black;
	
	font-family: "droid sans";
	font-size: 15px;
	color: yellowgreen;
	border: 1px solid #333333;
	
}

/* .tipsy-north { background-image: url(../images/tipsy/tipsy-north.gif); background-position: top center; }
.tipsy-south { background-image: url(../images/tipsy/tipsy-south.gif); background-position: bottom center; }
.tipsy-east { background-image: url(../images/tipsy/tipsy-east.gif); background-position: right center; }
.tipsy-west { background-image: url(../images/tipsy/tipsy-west.gif); background-position: left center; } */
