div#qTip {
	z-index: 9999;
	display: none;
	position: absolute;
	background: rgb(240,240,240);
	background-image: url('/style/tooltip_sign.gif');
	background-position: 8px 6px;
	background-repeat: no-repeat;
	color: #000;
	text-align: left;
	padding: 8px 10px 7px 32px;
	font-weight: bold;
	font-size: 12px;
	opacity: 1;
	/*border: 3px solid #91d11e;*/
	/*border: 3px solid orange;*/
	border-top-left-radius: 0px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	max-width: 250px;
	box-shadow: 3px 3px 0px rgba(0,0,0,1);
}