div.tooltip {
	width: 200px;
	color: #000;
	text-align: center;
}

div.tooltip h4 {
	color: #000;
	font-weight: bold;
	margin: 0;
	background: url(../img/balloon.png) top left no-repeat !important;
	background: url(../img/balloon.gif) top left no-repeat;
	font-size: 11px;
}

div.tooltip p {
	margin: 0;
	background: url(../img/balloon.png) bottom left no-repeat !important;
	background: url(../img/balloon.gif) bottom left no-repeat;
	font-size: 12px;
}