body{
	background:#f6f6f6;
}

#content{
	padding:15px;
	background:white;
}

.join_desc{
	font-size:12px;
	color:#808080;
	line-height:20px;
}

.check_link{
	float:left;
	color:#555555;
	margin-bottom:10px;
	margin-left:3px;
}

.check_link span{
	text-decoration:underline;
	font-weight:bold;
}

.btn_submit{
	background:#37bbb5;
	color:white;
	text-align:center;
	font-size:14px;
	height:40px;
	line-height:40px;
	margin-top:20px;
	margin-bottom:10px;
}

.input_outline{
	width:100%;
	border:none;
	height:29px;
	background:white;
	border-bottom:1px solid #c7c7c7;
	outline:none;
	padding-left:30px;
}

.input_outline.email_address{
	background:url('/res/m/img/member/email_bg.png') no-repeat;
	background-position:left center;
	background-size:28px auto;
	margin-top:10px;
}

.input_outline.password{
	background:url('/res/m/img/member/pw_bg.png') no-repeat;
	background-position:left center;
	background-size:28px auto;
	margin-top:10px;
}

.input_outline.user_name{
	background:url('/res/m/img/member/user_nm_bg.png') no-repeat;
	background-position:left center;
	background-size:28px auto;
	margin-top:10px;
}

input, input[type=text]{
	font-size:14px;
	color:#b3b3b3;
	line-height:28px;
	height:28px;
	background:white;
	padding:0;
	text-align:left;
	width:100%;
	outline:none;
}

input, input[type=text]:hover{
	font-size:14px;
	color:#b3b3b3;
	line-height:28px;
	height:28px;
	padding:0;
	border:none;
	text-align:left;
}

input{
	font-size:14px;
	color:#b3b3b3;
	line-height:28px;
	background:white;
}

.login_desc{
	color:#808080;
	font-size:10px;
	padding-bottom:30px;
	line-height:15px;
}

.login_desc a{
	color:#37bbb5;
}

.login_desc.center{
	color:#808080;
	font-size:12px;
	padding-bottom:30px;
	line-height:15px;
	text-align:center;
}

input.valid{
	background:url('/res/m/img/common/icon_check.png') no-repeat !important;
	background-size:20px auto !important;
	background-position:right center !important;
}

.join_title{
	color:#363636;
	font-size:17px;
	font-weight:bold;
	text-align:center;
	padding-top:32px;
	padding-bottom:30px;
}