body{

	background-image:url('both/Loop.png');
	background-repeat:repeat-x;
	overflow:hidden;
}
.EngLoginBg{
width:1024px;
height:886px;
background-image:url('both/EngLoginBg.png');
}
.ChiLoginBg{
width:1024px;
height:886px;
background-image:url('both/ChiLoginBg.png');
}


#LoginName{
position: absolute;top:289px;left:410px;width:182px;height:30px;
}
#Password{
position: absolute;top:342px;left:410px;width:182px;height:30px;
}
#comfirmbtn{
position: absolute;top:392px;left:411px;
}

#FAQ{
position: absolute;top: 20px;
left: 750px;
}

input[type="text"]
{
	font-size:22pt;
  border-right: #2C8DC4 1px solid;
  padding-right: 4px;
  border-top: #2C8DC4 1px solid;
  padding-left: 4px;
  padding-bottom: 4px;
  border-left: #2C8DC4 1px solid;
  padding-top: 4px;
  border-bottom: #2C8DC4 1px solid;
}
input[type="password"]
{
font-size:22pt;
  border-right: #2C8DC4 1px solid;
  padding-right: 4px;
  border-top: #2C8DC4 1px solid;
  padding-left: 4px;
  padding-bottom: 4px;
  border-left: #2C8DC4 1px solid;
  padding-top: 4px;
  border-bottom: #2C8DC4 1px solid;
}