* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
	width: 100%;
	background: #EFEFEF;
	text-align: center;
	-ms-user-select: none;
	user-select: none;
}

header {
	width: 100%;
	min-height: 20%;
	text-align: left;
}

section {
	margin: 0 auto;
}

#qcode {
	width: 300px;
	height: 320px;
	background: #FFFFFF;
	-webkit-box-shadow: 0 0 10px rgba(93, 93, 93, .5);
	-moz-box-shadow: 0 0 10px rgba(93, 93, 93, .5);
	box-shadow: 0 0 10px rgba(93, 93, 93, .5);
}

hr {
	width: 80%;
	margin: 2px auto;
}

[type="text"], [type="password"] {
	text-align: center;
	width: 120px;
	height: 32px;
	line-height: 28px;
	/*�߿�ȥ��*/
	outline: medium;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0;
}

h1 {
	padding-top: 12px;
	padding-bottom: 12px;
	color: #3499FE;
	letter-spacing: 4px;
}

label {
	color: #44547B;
}

span {
	padding-left: 9px;
}

#reMe {
	font-size: 12px;
	color: #44547B;
	text-align: 12px;
}

label span {
	vertical-align: middle;
	padding-left: 0px;
}

[type="submit"] {
	margin-top: 50px;
}

[type="checkbox"] {
	vertical-align: middle;
}

img {
	margin-top: 20px;
	width: 110px;
	cursor: pointer;
}

a {
	color: #3499FE;
	font-size: 12px;
	text-decoration: none;
}

#loginMsg {
	font-size: 2px;
	color: red;
	display: block;
	float: right;
	margin-right: 8px;
}