/* remember to define focus styles! */
:focus {
	outline: 0;
}

#tooltip {
	position: absolute;	
	margin-top: -80px;
	margin-left: -50px;
	font-family: "Georgia", "Times New Roman", Times, serif;
	color: white;
	border: none;
	width: 138px;
	padding: 5px;
	height: 35px;
	background: url('tips_bg.png');
	z-index: 9999;
	
}

#tooltip h3{
	margin: 7px 7px 0px 18px;
	text-align: left;
	font-style:normal;
	font-size: 10pt;
}

