#tooltip {
	min-width: 140px;
	max-width: 300px;
	padding: 5px 10px;
	background: url('images/customer/bg_tooltip2.png') 0 0 repeat;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px; 

	position: absolute;
	z-index: 3000;

	font-size: 11px;
	color: #e6408d;
	text-align: center;
}

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

	font-size: 11px;
	font-weight: normal;
	color: #e6408d;
	text-transform: none;
}

#tooltip div { margin: 0; }