38 lines
		
	
	
		
			562 B
		
	
	
	
		
			CSS
		
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			562 B
		
	
	
	
		
			CSS
		
	
	
.error-label{
 | 
						|
	color:red;
 | 
						|
}
 | 
						|
.normal-logout{
 | 
						|
	font-size:12px;
 | 
						|
	color:blue;
 | 
						|
	display:inline;
 | 
						|
	width:20px;
 | 
						|
	clear:none;
 | 
						|
}
 | 
						|
.normal-label{
 | 
						|
	color:blue;
 | 
						|
}
 | 
						|
.inlinecopyright{
 | 
						|
width:330px;
 | 
						|
float:right;
 | 
						|
line-height:20px;
 | 
						|
clear: none;
 | 
						|
}
 | 
						|
.infobar {
 | 
						|
margin-left: 15px;
 | 
						|
float: left;
 | 
						|
width: auto;
 | 
						|
clear: none;
 | 
						|
line-height: 20px;
 | 
						|
}
 | 
						|
.inlineshadow{
 | 
						|
clear:none;
 | 
						|
filter:dropshadow(OffX=1, OffY=1, Color=#F0F0F0, Positive=true);
 | 
						|
text-align:center;
 | 
						|
font-family:"宋体";
 | 
						|
}
 | 
						|
/*add at Mar 5th 2008*/
 | 
						|
.energy_HTMLDisplayer{
 | 
						|
word-wrap:break-word;
 | 
						|
word-break:break-all;
 | 
						|
overflow-y:scroll;
 | 
						|
} |