#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 1;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 142px;
	padding: 20px 20px 20px 60px;
	height: 141px;
	opacity: 1;
	font-size: 10px;
	background: url('../img/career/bkg_tooltip.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 142px;
	text-align: center;
}
#tooltip.pretty div { width: 142px; text-align: left; }
