.tipsy 
{ 
	padding: 5px; 
	font-size: 10px;
	background-repeat: no-repeat;  
	background-image: url(../images/tipsy.gif);
	margin:0;
}

.tipsy-inner 
{
	padding:0;
	color: #222; 
	width: 200px;
	height:120px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	background:url(../images/tipsy-bg.gif) top left no-repeat scroll transparent;
}

.tipsy-inner div { width:170px; padding:10px 0 0 10px; }
.tipsy-inner p { line-height:normal; margin:4px 0 0; }

.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }
