#baloon {
	width: 187px;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 0;

	display: none;
	position: absolute;
        z-index: 64999;

     filter: Alpha(Opacity='75');
	-moz-opacity: 0.75;
	opacity: 0.8;
}

#baloonHeader {
	position: absolute;
    border-style: solid;
    border-width: 0px 11px 10px;
    border-color: red transparent;
    width: 0px;
    z-index: 1;
    top: -29px;
	height: 19px;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	line-height: 0;
	background-repeat: no-repeat;
	display: block;
	filter: Alpha(Opacity='50');
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.baloonHeaderDirect {
	left: 8px;
}

.baloonHeaderFlip {
	left: 158px;
}


#baloonBody {
	padding: 10px;
	border-radius: 5px;
	display: block;
	font: 10px/140% Verdana,Arial,serif;
	margin: 0px;
	width: 167px;
	color: rgb(255, 255, 255);
	background-color: red;
	filter: Alpha(Opacity='50');
	-moz-opacity: 0.5;
	opacity: 0.5;
}