#NewsBlok {
	width:220px;
	position:absolute;
	display:none;
}
#NewsBlok .bubble_top {
	background-image: url('/images/balloon/news_top.gif');
	background-repeat:no-repeat;
	height:44px;	
}
#NewsBlok .bubble_middle {
	background-image: url('/images/balloon/news_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:9px;
	padding-right:7px;
}
#NewsBlok .bubble_middle span {
	position:relative;
	top:-5px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
#NewsBlok .bubble_bottom {
	background-image: url('/images/balloon/news_bottom.gif');
	background-repeat:no-repeat;	
	height:16px;
	position:relative;
	top:0px;
}