div#qTip {
	border:1px solid #333;
	color:#FFC;
	text-shadow:0px 1px 0px #000;
	border-radius:10px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	position:absolute;
	z-index: 1000;
	display:none;
	padding:4px;
	text-align:right;
	background-color:	opacity:.70;
	filter:alpha(opacity=70);
	filter: "alpha(opacity=70)";
 #CCC;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	background-color: #333;
}
