#tooltip {
	max-width: 200px;
	padding: 5px 15px;

	position: absolute;
	z-index: 3000;

	font-size: 12px;

	background: url('images/customer/bg_tooltip.jpg') bottom repeat-x #1d2527;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#tooltip h3 {
	display: inline;
	margin: 0px;
	padding: 0px;

	font-size: 12px;
	font-weight: normal;
	color: white;
	text-shadow: black -1px -1px 0px;
	text-transform: none;
}

#tooltip div { margin: 0; }
