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

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

div.baloon a:hover {
   background-color: #eef;
}

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


