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

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

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

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


