/*tooltip*/

div.tooltip {
	width: 138px;
	color: #fff;
	text-align: center;
}

div.tooltip h4 {
	color:#CCCCCC;
	font-weight: bold;
	text-shadow: 2px 2px 1px #222;
	margin: 0;
	padding: 13px 10px 5px;
	background: url(../img/balloon.png) top left no-repeat !important;
	background: url(../img/balloon.gif) top left no-repeat;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
}

div.tooltip p {
	color:#CCCCCC;
	margin: 0;
	padding: 0 10px 15px;
	text-shadow: 2px 2px 1px #222;
	background: url(../img/balloon.png) bottom left no-repeat !important;
	background: url(../img/balloon.gif) bottom left no-repeat;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
}