body{
	/* background: #122659;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#030D29,endColorStr=#122659); IE 6 7 8
    background: -ms-linear-gradient(top, #030D29, #122659);        IE 10
    background:-moz-linear-gradient(top,#030D29,#122659);火狐 
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#030D29), to(#122659));谷歌 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#030D29), to(#122659));      Safari 4-5, Chrome 1-9
    background: -webkit-linear-gradient(top, #030D29, #122659);   Safari5.1 Chrome 10+
    background: -o-linear-gradient(top, #030D29, #122659);  Opera 11.10+ */
}
.l-top{
	background: #fff;
	border-bottom: 1px solid #fff;
	min-width: 1000px;
}
.logo{
	color: #0b4867;
}
.l-bottom{
	background: #fff;
	border-top: 1px solid #fff;
	min-width: 1000px;
}
.footer{
	color: #8b94ab;
}
.login-panel{
	position: relative;
}
.login-error{
	width: 200px;
	height: 30px;
	line-height: 28px;
	position: absolute;
	top: 25px;
	right: 30px;
	border: 1px solid #eb2836;
	overflow: hidden;
	display: none;
}
.login-error:before{
	content:"\f06a";
	font-family:FontAwesome;
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	text-align: center;
	background: #ddd;
	font-size: 14px;
	color:#eb2836;
	margin-right: 10px;
}
.clearValue{
	width: 25px;
	margin-top: -21px;
}