.tipsy
{
	padding:5px;
	position:absolute;
	z-index:100000
}
.tipsy-inner
{
	font-size:12px;
	line-height:18px;	
	padding:8px 12px;
	background-color:#111;
	color:white;
	max-width:320px;
	text-align:left
}
.tipsy-inner
{
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px
}
.tipsy-arrow
{
	position:absolute;
	background:url("../images/global/tipsy.gif") no-repeat top left;
	width:9px;
	height:5px
}
.tipsy-n .tipsy-arrow
{
	top:0;
	left:50%;
	margin-left:-4px
}
.tipsy-s .tipsy-arrow
{
	bottom:0;
	left:50%;
	margin-left:-4px;
	background-position:bottom left;
	width:9px;
	height:5px
}

