@CHARSET "UTF-8";

/*******************************로그인************************************/
label.absolute { 
    position: absolute; 
    color:#999; 
    display: none; 
    cursor: text;
    padding-top : 11px\9;
}
.login_box{width:678px; overflow:hidden; zoom:1; margin-top:40px; margin-bottom:90px;}

.login_left{
	background-image:url("/img/user/login_left.png");
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
	width:375px;
	height:300px;
	padding-left:15px;
}

.login_area{
	width:335px;
	margin:100px auto 0px;
	overflow:hidden;
	zoom:1;
}

.login_input_area{
	float:left;
	width:210px;
}

.login_input{
	background-image:url("/img/user/login_input.gif");
	background-repeat:no-repeat;
	background-position:right top;
	border:none;
	border:0;
	
	padding:0px 5px;
	
	width:210px;
	height:36px;
}

.login_input_top{
	margin-top:1px;
	margin-bottom:7px;
}

.login_btn{cursor:pointer; float:right;}

.id_save{margin:5px 0px 0px 20px;}

.id_search{margin:50px 0px 0px 20px;}

.id_search a{color:#555;}

.login_right{
	background-image:url("/img/user/login_right.png");
	background-repeat:no-repeat;
	background-position:right top;
	float:right;
	width:268px;
	height:300px;
	padding-right:20px;
}

.join_btn{display:block; margin:auto; width:132px; margin-top:225px;}


/*******************************로그인************************************/


/*******************************아이디 비밀번호 찾기************************************/
.id_search_box{
	width:460px; 
	height:250px;
	overflow:hidden; 
	zoom:1; 
	background-image:url("/img/user/id_search.png");
	background-repeat:no-repeat;
	background-position:left top;	
	margin:40px auto 90px;
}

.pw_search_box{
	width:460px; 
	height:250px;
	overflow:hidden; 
	zoom:1; 
	background-image:url("/img/user/pw_search.png");
	background-repeat:no-repeat;
	background-position:left top;	
	margin:40px auto 90px;
}

.login_search_area{
	width:390px;
	margin:90px auto 0px;
	overflow:hidden;
	zoom:1;
}


.login_search_input_area{
	float:left;
	width:278px;
}

.login_search_input{
	background-image:url("/img/user/login_search_input.gif");
	background-repeat:no-repeat;
	background-position:right top;
	border:none;
	border:0;
	
	padding:0px 5px;
	
	width:268px;
	height:36px;
}

.login_search_text{margin:10px 0px 0px 40px;}

/*******************************아이디 비밀번호 찾기************************************/




/*
.user_area{width:920px; background-color:#fff; border:1px solid #ccc; margin-top:20px; margin-bottom:20px;}
*/

.join_flow{
	width:720px; 
	margin:20px auto 15px; 
	height:60px; 
	background-color:#ff0000;
	border:1px solid #ccc;
}

.join_flow img{width:100%;}

.agree_area{
	display:block; 
	height:300px; 
	border:1px solid #ccc; 
	font-size:12px; 
	overflow:auto; 
	margin-bottom:10px;
	background-color:#fff;
	width:720px;
	margin:0px auto 7px;
}

.agree{padding:30px;}

.agree_top{width:720px; margin:0px auto 20px; padding-bottom:20px; border-bottom:1px dashed #ddd;}

.agree_bottom{width:720px; margin:auto;}

.join_board{
	border-collapse: collapse;
	width:720px;
	margin: auto;
	background-color: #fff;
}

.top_warning_text {
	text-align: right;
	font-size: 12px;
	color: #666;
	width:720px;
	margin: 25px auto 3px;
}

.btn_group {
	width: 125px;
	margin: 10px auto 0px;
	overflow: hidden;
	padding-bottom: 30px;
	zoom: 1;
}


.agrement_btn {
	background-image: url(/img/btn/agrement_btn.png);
	background-position: center bottom;
	background-repeat: no-repat;
	height: 29px;
	width: 60px;
	display: block;
	text-indent: -9999px;
	border: 0px;
	border: none;
	cursor: pointer;
	float:left;
}

.cancel_btn {
	background-image: url(/img/btn/cancel_btn.png);
	background-position: center bottom;
	background-repeat: no-repat;
	height: 29px;
	width: 60px;
	display: block;
	text-indent: -9999px;
	border: 0px;
	border: none;
	cursor: pointer;
	float:right;
}

.insert_user_btn {
	margin: 10px auto 0px;
	cursor: pointer;
	background-image: url(/img/btn/signup_btn.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 29px;
	width: 60px;
	display: block;
	text-indent: -9999px;
	border: 0px;
	border: none;
	cursor: pointer;	
}

.edit_user_btn {
	margin: 10px auto 0px;
	cursor: pointer;
	background-image: url(/img/btn/edit_btn.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 29px;
	width: 60px;
	display: block;
	text-indent: -9999px;
	border: 0px;
	border: none;
	cursor: pointer;	
}

.mypage_table{margin-top:15px;}


/*****************************error*********************************************/
input.error,textarea.error {
	border: 1px dashed #F38600;
}

label.error {
	color: #F38600;
	margin: 0 0 0 10px;
	font-size: 12px;
}

.join_finish_img{
	display:block;
	margin:auto;
	border-bottom:1px solid #ddd;
}

.join_finish_img img{
	display:block;
	width:560px;
	margin:auto;
}

.join_finish_btn{
	width:180px;
	margin:30px auto 30px;
	display:block;
}

