
div.baloon {
   /* font-size: 11px; */
   /* color: #900; */
   position: absolute;
   padding-left: 5px;
   /* background: url("../img/baloon.gif") no-repeat top left; */
   z-index: 1;
}

div.baloon a {
   /* color: blue; */
   color: #FF0000;
   text-decoration: none;
   padding: 2px;
   margin-right: 2px;
}

div.baloon a:hover {
   /* background-color: #eef; */
   text-decoration: underline;
}

div.baloon div {
   /* background: url("../img/baloon_right.gif") no-repeat top right; */
   background-color: #FFF5F5;
   /* padding: 7px 7px 14px 0; */
   white-space: nowrap;
}
