* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Microsoft YaHei", "����", Arial, Helvetica, sans-serif, serif !important;
	font-size: 12px;
	width: 100%;
	height: 100%;
	background: url(../images/login/bg.png) no-repeat #1353a3 center fixed;
}

#login_box {
	width: 380px;
	height: 450px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -190px;
	margin-top: -225px;
	background: url(../images/login/loginZGJ.png);
}

#login_title {
	height: 32px;
	width: 350px;
	margin: 138px auto 0px;
	background: #1d71c6;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 32px;
}

#login_context {
	width: 350px;
	margin: 0px auto;
	padding-top: 40px;
}

#login_context .box {
	height: 30px;
	width: 268px;
	margin-left: 41px;
	margin-bottom: 26px;
	border: 1px solid #bfbfbf;
	background: #ffffff;
	/* Gecko browsers */
	-moz-border-radius: 6px;
	/* Webkit browsers */
	-webkit-border-radius: 6px;
	/* W3C syntax - likely to be standard so use for future proofing */
	border-radius: 6px;
	display: inline-block;
	vertical-align: middle;
}

#login_context .box .user {
	width: 36px;
	height: 30px;
	float: left;
	border: 0px;
	-moz-border-radius: 6px 0px 0px 6px;
	-webkit-border-radius: 6px 0px 0px 6px;
	border-radius: 6px 0px 0px 6px;
	background: url(../images/login/user.png) no-repeat #f5f5f5 center;
}

#login_context .box .suffix {
	width: 98px;
	height: 30px;
	float: left;
	/*border: 0px;*/
	-moz-border-radius: 0px 6px 6px 0px;
	-webkit-border-radius: 0px 6px 6px 0px;
	border-radius: 0px 6px 6px 0px;
	display: inline-block;
	min-width: 16px;
	/*padding: 4px 5px;*/
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	background-color: #eee;
	/*border: 1px solid #ccc;*/
}

#login_context .box .password {
	width: 36px;
	height: 30px;
	float: left;
	border: 0px;
	-moz-border-radius: 6px 0px 0px 6px;
	-webkit-border-radius: 6px 0px 0px 6px;
	border-radius: 6px 0px 0px 6px;
	background: url(../images/login/password.png) no-repeat #f5f5f5 center;
}

#login_context .box input {
	float: left;
	height: 30px;
	line-height : 30px;
	width: 232px;
	border: 0px;
	-moz-border-radius: 0px 6px 6px 0px;
	-webkit-border-radius: 0px 6px 6px 0px;
	border-radius: 0px 6px 6px 0px;
	background: #ffffff;
}

#login_context .box input#loginName {
	width: 134px;
}

#login_context .checkCodeBox {
	height: 30px;
	width: 268px;
	margin-left: 41px;
	margin-bottom: 26px;
	/* Gecko browsers */
	-moz-border-radius: 6px;
	/* Webkit browsers */
	-webkit-border-radius: 6px;
	/* W3C syntax - likely to be standard so use for future proofing */
	border-radius: 6px;
}

#login_context .checkCodeBox input#checkCodeInput {
	float: left;
	height: 30px;
	line-height : 30px;
	padding-left : 5px;
	width: 120px;
	border: 0px;
	-moz-border-radius: 0px 6px 6px 0px;
	-webkit-border-radius: 0px 6px 6px 0px;
	border-radius: 6px 6px 6px 6px;
	background: #ffffff;
}

#login_context .checkCodeBox img#checkCodeImg {
	float: left;
	height: 30px;
	width: 80px;
	margin-left: 20px;
	line-height : 30px;
	border: 0px;
	-moz-border-radius: 0px 6px 6px 0px;
	-webkit-border-radius: 0px 6px 6px 0px;
	border-radius: 6px 6px 6px 6px;
	background: #ffffff;
}

#login_context .button {
	border: 0px;
	background: #AEC8E1;
}

#login_context .box input.bt {
	width: 125px;
	height: 32px;
	border: 1px;
	cursor: pointer;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: url(../images/login/btBg.png) no-repeat;
	color: #ffffff;
	font-family: "Microsoft YaHei", "����", Arial, Helvetica, sans-serif, serif !important;
	font-size: 14px;
	margin-right:5px;
}
#login_context .box input.bt2 {
	width: 125px;
	height: 32px;
	border: 1px;
	cursor: pointer;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: url(../images/login/btBg.png) no-repeat;
	color: #ffffff;
	font-family: "Microsoft YaHei", "����", Arial, Helvetica, sans-serif, serif !important;
	font-size: 14px;
	margin-left:5px;
}



#login_context .box input.bt1 {
	width: 270px;
	height: 32px;
	border: 1px;
	cursor: pointer;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: url(../images/login/btBg.png) no-repeat;
	color: #ffffff;
	font-family: "Microsoft YaHei", "����", Arial, Helvetica, sans-serif, serif !important;
	font-size: 14px;
	margin-right:0px;
	
}


#login_context .box input.bt:hover {
	background: #146ecc;
}

#footer {
	background: #114b92;
	height: 40px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	text-align: center;
	line-height: 40px;
	color: #c5c5c5;
}