.balloon
{
	font-family: verdana, sans-serif;
}
.balloon span
{
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.balloon span a
{
	display: inline;
	text-decoration: none;
}
.balloon span a:visited
{
	display: inline;
	text-decoration: none;
}
.balloon span dl
{
	visibility: hidden;
	position: absolute;
}
.balloon dl
{
	padding: 0px 0px 20px 0px;
	background: no-repeat left bottom;
	width: 250px;  /* width of the balloon, not include the pointer */
	height: auto;
}
.balloon dd
{
	padding: 5px 15px 5px 15px;
	border: #000 1px solid;
	font-size: 1em;
	background: #fff no-repeat right bottom;
	margin: 0px;
	color: #000;
}
.balloon dd p
{
	padding: 0px;
	margin: 10px 0px;
	line-height: 1em;
}
.balloon span:hover
{
	cursor: hand;
	color: #000;
	position: relative;
}
.balloon span:hover dl
{
	left: 70px; /* pop left */
	visibility: visible;
	cursor: default;
	color: #000;
	top: -40px; /* pop top */
}
.balloon span:hover dl em
{
	display: block;
	background: url(images/pointer.gif);
	left: -35px;
	width: 36px;
	position: absolute;
	top: 10px;
	height: 36px;
}
