body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fad771;
	background-image: url(../images/index_index_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#Loginbg{
	position: relative;
	width: 1162px;
	margin: auto;
	background-image: url(../images/loginbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0px;
	height: 680px;
	}
#Tablelogin{
	display:block;
	width:300px;
	padding-top:400px;
	margin-left:500px;
	}
	
/* //帳號密碼 */
#tbLoginInfo
{
	width:300px;
}
.txtInfo
{
	height:36px;
	width:50px;
}
.userControl
{
	width:144px;
}
.checkCode
{
	width:80px;
	background-color:#BBDEF2;
}
.controlInfo
{
	width:250px;
}
.pointer
{
	cursor:pointer;
}