.lostpwdbox{
	margin:auto;
	margin-top:50px;
	width:650px;
	min-height:500px;
}
.lostpwd_title{
	text-align:center;
}
.lostpwd_txt{	
	margin-top:20px;
	font-family: roboto;
	font-size:14px;
	text-align:center
}
.lostpwd_form{
	margin:auto;
	margin-top:10px;
	width:350px;
}
.lostpwd_label{
	display:block;
	font-family: roboto;
	font-size:14px;
	height:20px;
}
.lostpwd_label_unit{
	!display:none;
	position:relative;
	top:11px;
	left:10px;
	background:white;
	padding:0 3px;
}

.lostpwd_input{
	width:320px;
	padding:15px;
	border-radius:5px;
	border:1px solid grey;	margin:auto;
		font-family: roboto;
	font-size:14px;
}
.lostpwd_button{
	width:50%;
	display:block;
	text-align:center;
	margin:auto;	
	margin-top:10px;
	line-height:18px;
	padding:10px 0;
	font-family:russoone;
	font-size:15px;
	border-radius:10px;	
	cursor:pointer
}
.jqu_warning{
	font-family:montserrat;
	font-size:12px;	
	color:red;
	display:none;
}
.jqu_success{
	margin-top:20px;
	font-family:montserrat;
	font-size:14px;	
	color:green;
	font-weight: bold;
	text-align:center;
	display:none;
}