#balon{
	width:200px;
	position:absolute;
	display:none;
	color: #000000;
	margin-left: 10px;
  	opacity: 0.8;
	filter:alpha(opacity=80);
}
#balon .balon_ust{
	background-image: url('../images/balon_ust.png');
	background-repeat:no-repeat;
	height:25px;
  	opacity: 0.9;
	filter:alpha(opacity=90);
	color: #000000;	
}
#balon .balon_orta{
	background-image: url('../images/balon_orta.png');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
	color: #000000;
	opacity: 0.9;
	filter:alpha(opacity=90);
}
#balon .balon_orta span{
	position:relative;
	top:0px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #000000;
  	opacity: 0.9;
	filter:alpha(opacity=90);
}
#balon .balon_alt{
	background-image: url('../images/balon_alt.png');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:10px;
	position:relative;
	top:0px;
	color: #000000;
	opacity: 0.9;
	filter:alpha(opacity=90);
}