body {
	height:100%;overflow:hidden;
}
.logon-wrapper {
	width:100%;
	height:100%;
	/*background:#fff url(../img/loginbg.jpg) repeat-x;*/
	overflow:hidden;
	float:left
}
.logon-wrapper a {
	color:#428bca
}
.logo_wrapper {
	font-family: "微软雅黑";
font-size: 25px;
color: #fff;
line-height: 36px;
font-weight: bold;
padding-top: 60px;
letter-spacing: 3px;
 text-align:center ;
}
.container-fluid {
	margin:8% auto;
	width:1050px;height:300px
}
.container-fluid .logo {
	float:right;
	width:100%;
	text-align:right;
	padding-right:80px;
	line-height:60px;
	height:60px
}
.row-fluid {
	background: #428bca;
min-width: 280px;
float: left;
padding: 10px 20px 20px 30px;
height: 370px;
max-width: 318px;
}
.row-fluid label {
	color:#fff
}
.row-fluid button {
	padding:0px 30px 0px 30px;
	color: #428bca;
	font-weight:bold;
	font-family:"微软雅黑";
	border: solid 1px #b7b7b7;
	background: #fff;line-height:25px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top, #fff, #ededed);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.row-fluid button:hover {
	color: #428bca;
	font-family:"微软雅黑";
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top, #fff, #dcdcdc);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.row-fluid a {
	color:#fff;
	margin-left:20px
}
.row-fluid a:hover {
	text-decoration:none
}
.loginfooter {
	width:100%;
	margin:auto;
	color:#666;
	text-align:center;
	line-height:35px;
	float:left; height:300px
}
.control-group {
	margin:30px 10px 0px 0;
	line-height:25px;
}
.control-group input {
	width:100%
}
