html{
	width:100%;
	height:100%;
	overflow:hidden;
	margin:0;
	padding:0;
}
body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family:'Malgun Gothic', sans-serif;
	background-color: #ed6d00;
	overflow:auto;
}
.wrap{
	position:absolute;
	top:40%;
	left:50%;
	margin:-270px 0 0 -210px;
	width:470px;
	max-height: 657px;
	padding:30px;
	background:#fff;
	border-radius:10px;
	text-align:center;
}

.wrap img,
.wrap form
{
    margin-top:20px;
}
.wrap small{
	font-size:16px;
	color:#a2a5a8;
}
.user
{
    width:180px;
    height:180px;
    border-radius:180px;
    background-image:url("../images/user.jpg");
    background-repeat:no-repeat;
    background-position:center;
    background-color:#fff;
    margin:30px auto 0;
}
.user_save
{
    width:350px;
    margin:0 auto;
    text-align:right;
    font-size:14px;
    color:#777;
    vertical-align:middle;
    /* margin-bottom:20px; */
}
.user_save [type=checkbox]
{
    
    margin-right:5px;
    vertical-align:center;
}
/*��ǲ ���̵�/���� ����*/
		
.id_blur,
.pw_blur   
{
    /* border:#9f9f9f 1px solid; */
    width: 375px;
    height: 44px; 
    /* line-height:25px; */
    /* background-color:#fff; */
    /* padding:10px 20px; */
    /* margin-bottom:10px; */
    /* border-radius:3px; */
    padding: 0 22px;
} 
.id_focus,
.pw_focus 
{
    border:#9f9f9f 1px solid; 
    background-color:#fcf2ea;
    color:#333; 
    font-size:16px; 
    width: 351px;
    height: 44px;
    line-height:25px; 
    padding:10px 20px;
	margin-bottom:10px;
	border-radius:3px;
} 
.id_blur:not(:focus):invalid
{
    background:url(../images/user_id.jpg) no-repeat;
    background-position:30px;
}
.pw_blur:not(:focus):invalid  
{
    background: url(../images/user_pw.jpg) no-repeat; 
    background-position:30px;
} 

.btn-login{
	width:352px;
	margin:5px auto;
	font-weight:bold;
	padding:11px 20px;
	font-size:18px;
	background-color:#ed7b00;
	color:#fff;
	text-align:center;
	vertical-align:middle;
   	cursor:pointer;
   	border:none;
   	border-radius:3px;
}
.btn:hover { 
	background-color:#343b45;
}
.copyright
{
    font-size:12px;
    color:#a2a5a8;
    margin-top:35px;
}	
.footer
{
    margin-top:130px;
    font-size:12px;
    color:#ccc;
    width:570px;
    margin-left:-70px;
}