#tooltip {
	position: absolute;
	z-index: 3000;
		top: 200;
		left: 900;
	border: 1px solid #111;
	background-color: #fff;
	padding: 5px;
	opacity: 0.80;
}
#tooltip h3, #tooltip div { 
	margin: 0; 
	font-size: 10px;
	font-weight: normal;
}

#usertip {
	cursor: pointer;
}

#usertip a {
	text-decoration: none;
}

