body {
	max-width: 750px;
	margin: 0 auto;
}
a {
	text-decoration: none;
}
.regloginheader {
	font-size: 26px;
	text-align: center;
	margin: 50px auto 50px auto;
	color: #00a537;
}

.regloginbox {
	width: 85%;
	margin: 0 auto 50px auto;
}
.analogbox {
	margin: 15px 0;
}
.analogbox input {
	width: 100%;
	padding: 14px 8px;
	border: 1px solid #00a537;
	border-radius: 4px;
	box-sizing: border-box;
	color: #999;
	font-size: 16px;
	outline: none;
}
.analogbox input:focus {
	border: 1px solid #00a537;
}
.loginshow {
	margin-top: 20px;
}
.loginshow .button {
	display: block;
	width: 100%;
	background: #00a537;
	border: 1px solid #00a537;
	color: #fff;
	border-radius: 4px;
	font-size: 18px;
	padding: 12px 0;
}

.nowreg {
	text-align: right;
}

.nowreg a {
	color: #999;
	text-decoration: none;
	font-size: 12px;
}

.other-way-login {
	box-sizing: border-box;
}
.other-way-login {
	display: table;
	width: 90%;
	line-height: 32px;
	white-space: nowrap;
	border-spacing: 10px 0;
	margin: 0 auto;
	color: #999;
	font-size: 14px;
}
.other-way-login:before,
.other-way-login:after {
	display: table-cell;
	content: "";
	width: 50%;
	background: -webkit-linear-gradient(#ddd, #ddd) repeat-x left center;
	background: linear-gradient(#ddd, #ddd) repeat-x left center;
	background-size: 1px 1px;
}
.otherlg {
	display: block;
	cursor: pointer;
	overflow: hidden;
	text-align: center;
	color: #777;
}
.otherloginbg {
	display: inline-block;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.loginphone {
	background-image: url(/Shared/images/member/login/loginphone.png);
	width: 40px;
	height: 40px;
	margin-top: 0px;
}
.loginphone_v1 {
	background-image: url(/Shared/images/member/login/loginphone_v1.png);
	width: 40px;
	height: 40px;
	margin-top: 0px;
}
.loginjobnumber {
	background-image: url(/Shared/images/member/login/loginjobnumber.png);
	width: 40px;
	height: 40px;
	margin-top: 0px;
}
.loginjobnumber_v1 {
	background-image: url(/Shared/images/member/login/loginjobnumber_v1.png);
	width: 40px;
	height: 40px;
	margin-top: 0px;
}
.loginemail {
	background-image: url(/Shared/images/member/login/loginemail.png);
	width: 40px;
	height: 40px;
	margin-top: 0px;
}
.loginemail_v1 {
	background-image: url(/Shared/images/member/login/loginemail_v1.png);
	width: 40px;
	height: 40px;
	margin-top: 0px;
}
.loginusername {
	background-image: url(/Shared/images/member/login/loginusername.png);
	width: 40px;
	height: 40px;
	margin-top: 0px;
}
.loginusername_v1 {
	background-image: url(/Shared/images/member/login/loginusername_v1.png);
	width: 40px;
	height: 40px;
	margin-top: 0px;
}
.loginbox {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 20px auto 0px auto;
	overflow: hidden;
}
.loginbox .width {
	width: 100px;
}
.reg-input{
	width: 100%;
	padding: 14px 8px;
	border: 1px solid #00a537;
	border-radius: 4px;
	box-sizing: border-box;
	color: #999;
	font-size: 16px;
	outline: none;
}
.button_sub {
	float: right;
	margin-right: 2px;
	background: #49B849;
	height: 30px;
	height: 30px;
	margin-top: -37px;
	width: 88%;
	color: #fff;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
}
.analogboxleft {
	width: 100%;
	float: left
}
.analogboxright {
	width: 100px;
	float: right
}
.clear {
	clear: both;
}