@CHARSET "ISO-8859-1";

div#qTip {
	padding: 5px;
	border: 1px dotted #FFF;
	display: none;
	background: #e1002e;
	color: #FFF;
	font-size: 11px;
	font-weight: 400;
	position: absolute;
	z-index: 1000;
	overflow: hidden;
	white-space: nowrap;
}