﻿#page_title {
	position: relative;
	background-image: url(/images/common/title/main_title.png);
	height: 112px;
}
#page_title > #page_title_text {
	position: absolute;
	top: 30%;
	left: 8%;

	font-size: 24pt;
	font-weight: bold;
}

#page_wrap {
	position: relative;
	overflow: hidden;

	width: 460px;
	height: 290px;

	margin: 50px auto;

	/*
	border-style: solid;
	border-width: 1px;
	border-color: #0000ff;
	*/
}

#page_wrap > #login_table {
	position: absolute;
	
	width: 100%;
	height: 240px;

	border-style: solid;
	border-width: 3px;
	border-color: #daeaf3;
	border-radius: 5px;
}
#page_wrap > #login_table > #id, #pwd {
	position: relative;
	overflow: hidden;

	padding-top: 10px;
	padding-left: 56px;
}
#page_wrap > #login_table > #id {
	padding-top: 50px;
}
#page_wrap > #login_table .left {
	float: left;
	width: 75px;
	text-align: right;
	padding-top: 2px;
}
#page_wrap > #login_table .right {
	float: left;
	padding-left: 10px;
}

#page_wrap > #login_table .input {
	height: 25px;
}

#page_wrap > #login_table > #keep_userid {
	padding-left: 137px;
	padding-top: 10px;
}

.login_btn {
	width: 230px;

	border:1px;

	font-size: 12pt;
	font-weight: bold;

	color: #ffffff;
	background-color: #0070c0;
	line-height: 38px;
	text-align: center;

	cursor: pointer;

	margin-top: 20px;
	margin-left: 141px;
}


#page_wrap > #link {
	position: absolute;
	overflow: hidden;
	
	width: 300px;
	margin-top: 30px;

	top: 80%;
	left: 20%;
}
#page_wrap > #link > #link1 {
	float: left;
}
#page_wrap > #link > #link2 {
	float: left;
	padding-left: 40px;
}
#page_wrap > #link > #link3 {
	float: left;
	padding-left: 40px;
}


/* Email auth */
#emailauth_page_wrap {
	position: relative;
	overflow: hidden;

	width: 670px;
	height: 290px;

	margin: 50px auto;

	/*
	border-style: solid;
	border-width: 1px;
	border-color: #ff0000;
	*/
}
#emailauth_page_wrap > .info_txt {
	line-height: 26px;
}
#emailauth_page_wrap > .email {
	padding-top: 25px;
}
#emailauth_page_wrap > .link {
	float: left;
	padding-top: 45px;
}
