.LoginMain {
	width: 100%;
	height: 100%;
	position: relative;
}

.LoginMain .top {
	background: url(img/epoint.png);
	background-repeat: no-repeat;
	width: 400px;
	height: 60px;
	margin-left: 15%;
	margin-bottom: 20px;
	margin-top: 5px;
}

.LoginMain .body {
	width: 1000px;
	height: 500px;
	margin: 0 auto;
}

.LoginMain .bottom {
	height: 58px;
	line-height: 58px;
	margin-left: 41%;
	padding-top: 20px;
}

.LoginMain .LoginCenter {
	height: 420px;
	width: 100%;
}

.center {
	width: 100%;
	height: 504px;
	background-color: #1A9AE5;
}

.LoginMain .SystemName {
	background-image: url(img/loginleft.png);
	background-repeat: no-repeat;
	width: 460px;
	height: 452px;
	float: left;
	margin-left: 120px;
	margin-top: 20px;
}

.LoginMain .LoginWrapper {
	float: right;
	width: 384px;
	height: 400px;
	overflow: hidden;
}

.LoginMain .LoginContainer {
	background-color: #B6DEF7;
	width: 356px;
	height: 250px;
	position: absolute;
	margin-right: 120px;
}

.LoginMain .LoginType {
	height: 48px;
	line-height: 48px;
	display: block;
}

.LoginMain .UserType {
	height: 36px;
	line-height: 48px;
	display: block;
	padding-top: 70px;
	padding-left: 0px;
}

.LoginMain .UserType DIV {
	float: left;
	cursor: pointer;
	/*border-top-left-radius: 4px;
        border-top-right-radius: 4px;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
}

.LoginMain .LoginType DIV {
	cursor: pointer;
}

.LoginMain .ActiveDiv {
	border-bottom-color: #848484;
	border-bottom-width: 2px;
	/*border-bottom-style: solid;*/
	background-color: #E96067;
	margin-left: 0px;
	width: 120px;
	height: 36px;
	line-height: 38px;
	float: left;
	font-family: 微软雅黑;
	font-size: 18px;
	color: white;
	text-align: center;
	/*padding-top: 10px;*/
}

.LoginMain .UnActiveDiv {
	border-bottom: none;
	height: 36px;
	line-height: 38px;
	background-color: #76c2ef;
	float: left;
	width: 120px;
	font-family: 微软雅黑;
	font-size: 18px;
	color: white;
	text-align: center;
}

.LoginMain .ActiveTab {
	border-bottom-color: #848484;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	height: 38px;
	line-height: 38px;
	float: left;
	font-family: 微软雅黑;
	font-size: 18px;
	color: #4E4E4E;
	text-align: center;
	padding-top: 10px;
}

.LoginMain .UnActiveTab {
	border-bottom: none;
	height: 38px;
	line-height: 38px;
	float: left;
	font-family: 微软雅黑;
	font-size: 18px;
	color: #999999;
	padding-top: 10px;
}

.LoginMain .Pos1 {
	margin-left: 80px;
}

.LoginMain .Pos2 {
	margin-left: 80px;
}

.LoginMain .Pos3 {
	margin-left: 36px;
	background-image: url(img/center_bg.png);
	background-repeat: no-repeat;
	background-position-x: 20px;
	background-position-y: 10px;
}

.LoginMain .Pos4 {
	margin-left: 5px;
	width: 120px;
	background-image: url(img/user_bg.png);
	background-repeat: no-repeat;
	background-position-x: 20px;
	background-position-y: 10px;
}

.LoginMain .logintypecontent {
	line-height: 22px;
	font-size: 16px;
	float: left;
	color: #333;
	margin-right: 130px;
}

.LoginMain .usbtype {
	margin-right: 0px;
}

.LoginMain .AutoHeight {
	padding-top: 10px;
	width: 360px;
	text-align: center;
}

.LoginMain .input {
	width: 230px;
	margin: auto;
}

.LoginMain .input INPUT {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	width: 215px;
	ime-mode: inactive;
	direction: ltr;
	background-color: transparent;
	padding: 0px 5px;
	background-color: #fff;
	border: 1px solid #b6af95;
}

.LoginMain .loginid {
	position: relative;
	height: 40px;
	line-height: 40px;
	margin-bottom: 30px;
	margin-top: 20px;
}

.LoginMain .logininfo {
	position: absolute;
	left: 0px;
	padding: 0 0 0 11px;
	margin: 0;
	font-size: 16px;
	color: #E2E2E2;
	opacity: 1;
	display: none;
	z-index: 10;
}

.LoginMain .password {
	position: relative;
	height: 40px;
	line-height: 40px;
	margin-bottom: 18px;
}

.LoginMain .usblogin .loginid {
	display: none;
}

.LoginMain .button {
	width: 100%;
	height: 46px;
}

.LoginMain .button INPUT {
	height: 46px;
	width: 230px;
	border: none;
	background-color: #E96067;
	cursor: pointer;
	margin-top: 20px;
	font-size: 20px;
	font-family: Arial;
}

.LoginMain .button INPUT:hover {
	background-color: #F98288;
}

.LoginMain .otherinfo {
	width: 410px;
	text-align: right;
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	font-family: 微软雅黑;
}

.LoginMain .Support {
	width: 305px;
	height: 28px;
	line-height: 28px;
	vertical-align: 30px;
	background-position: -900px -200px;
	text-align: center;
	font-family: 微软雅黑;
}

.LoginMain .icron {
	float: left;
	padding-top: 8px;
	margin-left: 280px;
	cursor: pointer;
}

.LoginMain .icronr {
	margin-left: 10px;
}

.LoginMain .download {
	cursor: pointer;
	float: left;
	margin-left: 10px;
}

.TextboxContainer {
	margin: 0px;
}