
div.baloon {
   font-size: 10px;
   color: #C00;
   position: absolute;
   padding-left: 20px;
   background: url("baloon.gif") no-repeat top left;
   z-index: 100;
}

div.baloon a {
   color: blue;
   text-decoration: none;
   padding: 2px;
   margin-right: 2px;
	color:white;
}

div.baloon a:hover {
	color:white;
}

div.baloon div {
   background: url("baloon_right.gif") no-repeat top right;
   padding: 8px 7px 14px 0;
   white-space: nowrap;
}
