div#qTip {
	padding: 15px;
	display: none;
	color: #fdfdfd;
	font-size: 108%;
	line-height: 1.7em;
	font-weight: bold;
	text-align: left;
	position: absolute;
	z-index: 1000;
	background-color: #333333;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
