.tooltip{
	width: 200px; 
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.05em;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
}

.tooltip b.top{
	/*padding: 30px 8px 0;
    background: url(../images/baloon.gif) no-repeat top*/
	margin: 0;
    padding: 0;
	height: 12px;
	background:  url("../images/tooltip_topbox.gif");
    background-repeat: no-repeat;
    background-position: left top;
	overflow:hidden;
}
.tooltip span.body{
   padding: 0 5px 0 5px;
    background:  url("../images/tooltip_bodybox.gif");
	background-repeat:repeat-y;
    background-position: left ;
    color: #333;
	height:auto;
	margin: 0;
}

.tooltip b.bottom{
/*	padding:3px 8px 15px;color: #548912;
    background: url(../images/baloon.gif) no-repeat bottom*/
	 margin: 0px;
    padding: 0px;
	height: 8px;
	background:  url("../images/tooltip_bottombox.gif");
    background-repeat: no-repeat;
    background-position:  top left;
	overflow:hidden;

}