#rqtooltip
{
	display		: block;
	position	: absolute;
	top			: 0;
	left		: 0;
	z-index		: 100;
	background	: #F0F0F0;
	width		: 200px;
	text-align	: left;
	overflow	: hidden;

	
}
#rqtooltip .content
{
	font-family	: helvetica, arial narrow, sans-serif;
	color		: #000080;
	font-size	: 12px;
	line-height	: 16px;
	padding		: 5px;

}