#wrapper {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 29px;
	padding-left: 29px;
	padding-top: 28px;
}
body {
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}#logo {
	background-image: url(../images/HKT_logo_chi.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 42px;
	width: 192px;
	/* [disabled]margin-top: 28px; */
	margin-left: 3px;
	/* [disabled]margin-bottom: 10px; */
}
#language {
	float: right;
	line-height: 42px;
	height: 42px;
	font-size: 1.2em;
}

#header {
	padding-bottom: 16px;
	background-image: url(../images/seperator.png);
	background-repeat: repeat-x;
	background-position: bottom;

}
#header a{
	color: #4C90CC;
	text-decoration: none;
}
#footer {
	height: 117px;
	background-image: url(../images/chi_hkt_pccw_group_logo.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.copyright {
	float: right;
	margin-right: 120px;
	height: 117px;
	line-height: 117px;
	font-size: 1.1em;
	color: #8c9292;
}
#content {
	font-size: 1.2em;
	/* [disabled]padding-top: 50px; */
	padding-bottom: 100px;
	min-height: 200px;
}
.desc {
	font-size: 15px;
}
.alignCenter {
	text-align: center;
}
#idNo {
	/* [disabled]text-transform: uppercase; */
	height: 20px;
	width: 200px;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	padding: 10px;
}
#submitBtn {
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	background-color: #004991;
	color: #FFFFFF;
	border-radius: 8px;
}

.title {
	font-size: 1.8em;
	font-weight: bold;
	color: #002C64;
	margin-bottom: 36px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	/* margin-top: 8px; */
}
.padLeft20px {
	padding-left: 20px;
	padding-right: 20px;
}
