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

div.tooltip h4 {
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 1px #222;
	margin: 0;
	padding: 13px 10px 5px;
	background: url(images/balloon.png) top left no-repeat !important;
	background: url(images/balloon.gif) top left no-repeat;
	font-size: 11px;
}

div.tooltip p {
	margin: 0;
	padding: 0 10px 15px;
	text-shadow: 2px 2px 1px #222;
	background: url(images/balloon.png) bottom left no-repeat !important;
	background: url(images/balloon.gif) bottom left no-repeat;
	font-size: 10px;
}

.tip {
        color: #fff;
        width: 350px;
        font-family:Arial, Helvetica, sans-serif;
        z-index: 13000;
}

.tip-title {
        font-weight: normal;
        font-size: 14px;
        margin: 0;
        padding: 8px 8px 4px;
        background: url(/images/bubble.png) top left;
}

.tip-text {
        font-size: 13px;
        padding: 4px 8px 8px;
        background: url(/images/bubble.png) bottom right;
}
