div.ballon {
	position:fixed;
	z-index: 1000;
	bottom:100px;
	width:370px; 
	right:-400px;  
	padding-top:15px;
	padding-bottom:15px;
	background:#FFFFFF;   /*#f6f6f6;*/
		border-radius:5px 5px 5px 5px;
   -moz-border-radius:5px 0px 0px 5px;
-webkit-border-radius:5px 0px 0px 5px;  
		box-shadow:0px 0px 15px #000;
   -moz-box-shadow:0px 0px 15px #000; 
-webkit-box-shadow:0px 0px 15px #000; 
}      
div.ballon .comment {
	padding:0px 40px 20px 20px;
} 
div.ballon .comment .avatar {
	float:left;    
	margin-top:3px;
}      
div.ballon .comment .data {
	margin-left:60px;
} 
div.ballon .comment .data .label {
	margin-bottom:10px;
}  
div.ballon .comment .data .label a {
	font-family:Arial;
	font-size:14px;
	color:#2058a6;
	font-weight:bold;
}   
div.ballon .comment .data .bar {
	font-family:Arial;
	font-size:11px;
	color:#333333;
}  
div.ballon .comment .data .bar img {
	vertical-align:-2px;
} 
div.ballon .comment .data .bar a {
	color:#3f3f3f;
	text-decoration:underline;
} 
div.ballon .comment .data .bar a:hover {
	text-decoration:none;
}                             
div.ballon .comment .data .bar span {
	color:#009900;
}
div.ballon .news {
	padding:0px 30px 20px 20px; 
}                               
div.ballon .news img {
	margin-bottom:7px;
}                 
div.ballon .news .label {
	margin-bottom:7px; 
}
div.ballon .news .label a {
	font-family:Georgia;
	font-size:16px;
	color:#003366; 
}  
div.ballon .news .text {
	font-family:Arial;
	font-size:12px;
	color:#010101;
	
}
div.ballon dl {
	padding:0px 30px 20px 20px;   
	line-height:18px;
}       
div.ballon dl dd {
	font-family:Arial;
	font-size:10px;
	color:#666666;
	font-style:italic;
} 
div.ballon dl dt {
	font-family:Georgia;
	font-size:12px;
	color:#333;
}                    
div.ballon dl dt a {
	font-family:Georgia;
	font-size:12px;
	color:#003366;
}
div.ballon a.close {
	background: url('close_ba.png') no-repeat;
    position:absolute;
	top:10px;
	right:10px;
	height:23px;
	width:23px;
}                           

#ball1 {bottom:50px;}
#ball2 {bottom:300px;}
