#tooltip {
	position: absolute;
	z-index: 3000;
	/*border: 1px solid #111;*/
	/*background-color: #eee;*/
	background: url('../images/application_page/tooltips_bg.png') no-repeat;
	padding: 8px 0;
	text-align: center;
	color:#ffffff;
	width: 154px;
	height: 34px;
	font: normal 11px tahoma;
}
#tooltip h3, #tooltip div { margin: 0; }

