@CHARSET "UTF-8";

.areaContents {
	overflow: hidden;
	width: 100%;
}

.main {
	clear: both;
	margin: auto;
	width: 900px;
	text-align: center;
}

.main font {
	color: #505050;
}

.main > div {
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #EFEFEF;
	margin: 80px auto;
	width: 800px;
	height: 553px;
	text-align: center;
}
 
.main table {
	position: relative;
	left: 420px;
	top: 430px;
	width: 200px;
	border-width: 0px;
	border-radius: 5px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.main table td:first-child {
	vertical-align: top;
	padding-top: 3px;
}

.main table input {
	margin-bottom: 8px;
	width: 160px;
}

.main table input:last-child {
	margin-bottom: 0px;
}

.aLoginBtn {
	display: block;
	width: 73px;
	height: 48px;
	background-image: url("../../images/btn_login_n.png");
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.aLoginBtn:hover {
	background-image: url("../../images/btn_login_p.png");
}