/* 初始 */
html{overflow-y:auto; background-color:#EFF3F3; }
body{margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font:14px '\5FAE\8F6F\96C5\9ED1',Tahoma,Arial,Helvetica,sans-serif; 
	color:#333;
	}
a{color:#00F;text-decoration:none; }
a:hover{color:#999; text-decoration:none;}
/* 公用 */
.button{width:auto; height:36px; line-height:36px; padding:0 20px; font-size:14px; border:none; background-image:none; background-color:#206F96; color:#fff; 
cursor:pointer; overflow:hidden; *overflow:visible;}
.button:hover{background-color:#1C6182; color:#fff;}
/* 登录窗口 */
.formLib{padding:10px 0; clear:both;}
.formLib input{padding:0 10px; height:36px; border:1px solid #ccc;  #fff repeat-x;}
.formLib .form_lilib{position:relative; margin-bottom:10px; font-size:0;}
.form_lilib *{display:inline-block; *display:inline; *zoom:1; vertical-align:top; font-size:14px; line-height:36px;}
.form_lilib label{width:100px; height:30px; text-align:right; padding-right:5px; overflow:hidden; text-overflow: ellipsis; white-space:nowrap;}
.form_libtn{padding-left:105px; font-size:12px; color:#999;}
.formLib .BB_button{line-height:30px; padding:0 30px; border:none; background:#f40; color:#fff; }

/* 弹出框的确定按键 */
button.small    { 
	font-size:13px; 
	width:63px; 
	height:24px!important; 
	line-height: 24px;
	margin-top:4px;
	margin-bottom:4px;
	border:0; 
}

.blue_btn {
	background:url(../../img/blue_btn.png) no-repeat left top;
	color: white;
}
/* 验证码 */
#code{  
		font-family:Arial;  
	    font-style:italic;  
		font-weight:bold;  
		border:0;  
		letter-spacing:2px;  
		color:blue;  
}  

