/* CSS Document */
#main {
	min-height: 0px;
}
* html #main {
	height: 0px;
}
.tCenter {
	text-align: center;
}
/* 標題 */
h1 {
	height: 39px;
	text-indent:-9999px; 
}
h1.login_member {
	background: url(../images/title_login_member.jpg) 0 0 no-repeat;
}
h1.forget_password {
	background: url(../images/title_forget_password.jpg) 0 0 no-repeat;
}
h1.join_member {
	background: url(../images/title_join_member.jpg) 0 0 no-repeat;
}
h1.join_member_fill {
	background: url(../images/title_join_member_fill.jpg) 0 0 no-repeat;
}
h1.edit_member {
	background: url(../images/title_edit_member.jpg) 0 0 no-repeat;
}
.keywordArea {
	background-color: #fff9d7;
	padding: 10px 15px;
	margin-bottom: 15px;
	color: #00a8ff;
}
.keywordArea strong {
	color: #0061bc;
	font-size: 15px;
}
.container {
	background: url(../images/container_bg.jpg) no-repeat;
	padding: 15px;
	height: 100%;
}
.container02 {
	background: url(../images/container_bg02.jpg) no-repeat;
	padding: 15px;
	height: 100%;
}
.container02 h3 {
	background-color: #eee;
	font-size: 15px;
	padding: 5px 10px;
	margin-bottom: 5px;
	color: #666;
}

/* 登入 */
.loginArea {
	width: 300px;
	position: relative;
	margin: 0 auto;
	padding-top: 20px;
}
.mP {
	margin-bottom: 5px;
}
.mP input {
	width: 170px;
}
.mP p {
	margin: 0 0 0 70px;
	color: #c8161d;
}

.mLogin{
	position: absolute;
	top: 16px;
	.top: 18px;
	_top: 18px;
	right: 0px;
}
.mLogin input{
	background: url(../images/btn_login.jpg) no-repeat;
	width: 48px;
	height: 52px;
	cursor: pointer;
	border: none;
	display:block; 
	font-size:0; 
	line-height:0; 
	text-indent:-9999px; 
}
.mLink{
	margin-top: 20px;
	text-align: center;
}

/* 條款 */
.termsArea {
	height: 450px;
	overflow-y: auto;
	border: 1px solid #7f9db9;
	padding: 15px; 
}
.termsArea h5 {
	font-size: 13px;
	margin-bottom: 10px;
}
.termsArea ol {
	margin: 0 0 10px 25px;
}
.termsArea ol li {
	margin-bottom: 10px;
}

/* 會員資料 */
.editArea {
	padding: 0 10px;
}
dl.dl_edit dt {
	margin-bottom: 5px;
}
dl.dl_edit dd {
	margin: -24px 0 5px 120px;
	.margin: -25px 0 5px 120px;
	_margin: -25px 0 5px 120px;
}
dl.dl_edit dt.c2 {
	margin: -24px 0 5px 320px;
	.margin: -25px 0 5px 320px;
	_margin: -25px 0 5px 320px;
}
dl.dl_edit dd.c2 {
	margin: -24px 0 5px 400px;
	.margin: -25px 0 5px 400px;
	_margin: -25px 0 5px 400px;
}
dl.dl_edit dt.noStar {
	padding-left: 9px;
}
.code img {
	border: 1px solid #7f9db9;
	margin-top: 5px;
}
input.btn_date {
	background: url(../images/btn_date.jpg) no-repeat;
	width: 32px;
	height: 21px;
	cursor: pointer;
	border: none;
	font-size:0; 
	line-height:0; 
	text-indent:-9999px;
	vertical-align: top;
}

/* txt */
.tRed {
	color: #c8161d;
}
