#tooltip {
	/*width: 140px;
	height: 30px;*/
	padding: 5px 10px;
	/*background: url('images/customer/bg_tooltip.png') 0 0 no-repeat;*/
	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: #f35316;
	text-align: center;
}

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

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

#tooltip div { margin: 0; }