body {
	margin:0;
	padding:0;
	overflow: hidden;
	font-size: 14px;
}

a {
	text-decoration: none;
}

#top {
	margin: 0 auto;
	clear:both;
	height:318px;
	width:847px;
	background:url(../images/login_043.jpg) no-repeat;
}
#center {
	height:84px;
	text-align:center;
}
#center_left {
	margin-left:216px;
	float:left;
	background:url(../images/login_06.gif) no-repeat;
	height:84px;
	width:381px;
}
/* IE7 HACK*/
*+html #center_left {
	margin-left:206px !important;
}
/* END HACK*/
#center_middle {
	float:left;
	background:url(../images/login_07.gif) no-repeat;
	height:84px;
	width:162px;
}
#center_middle_right {
	float:left;
	background:url(../images/login_08.gif) no-repeat;
	height:84px;
	width:26px;
}
#center_submit {
	float:left;
	background:url(../images/login_09.gif) no-repeat;
	height:84px;
	width:67px;
}
#center_right {
	float:left;
	background:url(../images/login_10.gif) no-repeat;
	height:84px;
	width:211px;
}
#footer {
	margin:0 auto;
	background:url(../images/login_11.gif) no-repeat;
	height:206px;
	width:847px;
}

.chknumber_input {
	width:40px;
}
.user {
	margin: 6px auto;
}
/* IE7 HACK*/
*+html .user {
	margin: 4px auto;
}
/* END HACK*/
.chknumber {
	margin-bottom:3px;
	text-align:left;
	padding-left:3px
}
/* ++++++++++++++++++++++++++++ myself +++++++++++++++++++++++++++++++++++++++ */


#title {
	width: 50%;
	font-size: 5em;
	color: white;
	text-shadow: 5px 2px 6px black;
	position: absolute;
	top: 2em;
	left: 2em;
}

#right {
	width: 38%;
	height: 1200px;
	background-color: rgba(0, 0, 0, 0.5);
	float: right;
}

#mylogin{
	width:60%;
	background-color: white;
	border-radius: 5px;
	margin: 18em auto;
	padding: 10px;
	padding-bottom: 30px;
}

.page {
	width: 70%;
	background-color: #ffffff;
	border-radius: 10px;
	margin: 15px auto;
}

#main {
	position: relative;
	top: -15em;
}

.pageBorder {
	padding: 15px 0;
}

.tb-info {
	color:#c2c0c0;
}
