
/* tooltip styling */
.tooltip{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	display:none;
	background-color:white;
	border:1px solid #cc9;
	padding:3px;
	font-size:13px;
	-moz-box-shadow: 2px 2px 11px #666;
	-webkit-box-shadow: 2px 2px 11px #666;

}

.qtip{
	z-index: 99;
}
