
.frameNormal {
	position: absolute;
	left: 50%;
	top: 0;
	width: 1024px;
	height: 788px;
	transform: translate(-50%, 0);
	overflow: hidden;
}

.frameSmall {
	position: absolute;
	left: 0;
	top: 0;
	width: 1024px;
	height: 768px;
	overflow: hidden;
}
#img_bg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 1024px;
	height: 768px;
}

#img_eit_login {
	position: absolute;
	z-index: 1;
	width: 120px;
	height: 70px;
	left: 330px;
	top: 75px;
	cursor: pointer;
}

#btn_login {
	position: absolute;
	z-index: 1;
	border: 0;
	display: inline-block;
	background: url("public/images/btn_login.png");
	background-size: 120px 70px;
	left: 330px;
	top: 1px;
	width: 120px;
	height: 70px;
}

#loginForm {
	position: absolute;
	z-index: 1;
	top: 553px;
	left: 400px;
}

.textbox {
	border: none;
	outline: none;
	box-shadow: none;
	height: 33px;
	width: 200px;
}

.secBox {
	margin-top: 20px;

}

.tou_footer {
	position:absolute;
	width:100%;
	bottom:1px;
	text-align:center;
}

.tou_footer a {color: #000000;text-decoration: none}
.tou_footer a:hover { text-decoration: none; color: #000000 }
.tou_footer { 
	z-index:9999;
	text-align:center; 
	color: #000000; 
	font-size:0.75em;
	text-decoration: none;
}
