html, body, div, span, applet, h1, h2, h3, h4, h5, h6, ul, li, p {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/* html, body {
	background-color: #474b4f;
	min-width: 1000px;
	WIDTH: 100%;
	font-size: 13px;
	font-family: Segoe UI Light;
	height: 100%;
} */
html, body {
	background-color: #474b4f;
	font-size: 13px;
	MIN-height: 300px !important;
}

a:link, a:visited, a:active {
	color: #474b4f;
	/* text-decoration: none; */
}

a:hover {
	color: #000;
	text-decoration: none;
}

.login_big_box {
	background-color: #7ac143;
	height: 400px;
	width: 100%;
}

.l {
	float: left;
}

.r {
	float: right;
}
.login_top {
/* 	margin-top: 30px; */
/* 	height: 100px; */
	margin-top: 20px;
	margin-bottom: 10px;
	height: 70px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.login_logo {
	margin-bottom: 10px;
}

.login_system {
	text-align: center;
	/* text-indent: 20px;
	letter-spacing: -2px; */
	font-size: 50px;
	/* font-weight: bold; */
	line-height: 46px;/*logo图片高度*/
}

.login_system_logo{
	color: #ffffff;
	margin-right: 10px;
}

.login_system_name{
	color: #7ac142;
}

.login_box {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
/* 	padding-top: 20px; */
}

.login_box_type {
	font-size: 18px;
	margin-bottom: 5px;
}
.login_box_type span{
	color: #61676c;
}
.login_box_type a{
	text-decoration: none;
}
.login_box_type a{
	text-decoration: none;
}

.login_box_type a.active {
	color: #ffffff;
}

.login_box .login_inp {
	border: 1px solid #7ac143;
	font-size: 15px;
	line-height: 46px;
	border-radius: 3px; height : 46px;
	width: 384px;
	margin-bottom: 30px;
	color: #777c80;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	height: 46px;
}

.login_box .login_inp_tip {
	color: #999999;
}

.login_box .login_check {
	line-height: 20px;
	height: 20px;
	width: 20px;
	border: 1px solid #7ac143;
}

.login_box .logo_check_box {
	font-size: 16px;
	line-height: 22px;
	color: #474b4f;
	width: 600px;
}

.logo_check_box a:link, .logo_check_box a:visited, .logo_check_box a:active {
	color: #474b4f;
	text-decoration: underline;
}

.logo_check_box a:hover {
	color: #000;
	text-decoration: none;
}

.login_box .login_but {
	margin-top: 35px;
}

.but_fing, .but_login, .but_fing_disabled, .but_ok{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left;
	height: 48px;
	background-color: #474b4f;
	text-align: left;
	/* padding-left: 60px; */
	text-indent: 60px;
	border: 1px solid #FFFFFF;
	border-radius: 3px;
	cursor: pointer;
	
}

.but_fing {
	background-image: url(../images/button1.png);
	min-width: 200px;
}

.but_login {
	background-image: url(../images/button2.png);
	min-width: 130px;
}

.but_ok {
	width: 100%;
	padding-left: 0px;
	text-align: center;
	text-indent: 0px;
}

.but_fing:hover, .but_login:hover, .but_ok:hover {
	filter: alpha(opacity = 80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.but_fing_disabled {
	background-image: url(../images/fing_disabled.png);
	min-width: 200px;
	color: #cfd3d3;
	background-color: #74777c;
	opacity: 0.9;
	cursor: default;
}

.login_copy {
	text-align: center;
	color: #999999;
	margin-top: 20px;
	font-size: 14px;
	margin-bottom: 30px;
}

.license_company{
	text-align: center;
	color: #9EBD3E;
	margin-top: 5px;
	font-size: 16px;
	font-family:宋体;
	margin-bottom: 10px;
}

.error_tip {
	padding: 2px 0px;
	color: red;
	overflow: visible;
}

.testNG {
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.testNG_en_US{
    background: url("/login/images/testing_en_US.png");
    background-repeat: no-repeat,repeat-x,repeat-y;
	background-position:center;
}

.testNG_zh_CN{
    background: url("/login/images/testing_zh_CN.png");
    background-repeat: no-repeat,repeat-x,repeat-y;
	background-position:center;
}


