.forget{
	width: 360px;	
	margin:110px auto 0;
}
.forget_header{
	width: 242px;
	margin:0 auto 54px;
}
.forget_header img{
	padding-right: 10px;
	border-right: 1px solid #04ae9a;
}
.forget_header span{
	margin-left:10px;
	font-size:20px; 
	color: #808080;
	vertical-align: bottom;
}
.forget form li{
	height: 46px;
	line-height:46px;
	color: #b2b2b2;
	border:1px solid #b2b2b2;
	border-radius: 5px;
	margin-bottom:24px; 
	font-size:16px;
	padding:0 10px;
	position: relative;
}
.forget form li input{
	width: 100%;
	height: 44px;
}
.forget form li.graphical input{
	width: 250px;
}
.forget form li.graphical img{
	width:69px;
	height:24px;
	margin-top:12px;
	cursor: pointer;
}
.forget form li.short input{
	width: 180px;
}
.forget form li.short span{
	display: inline-block;
	width: 152px;
	text-align: center;
	line-height: 44px;
	color: #04ae9a;
	cursor: pointer;
	border-left: 1px solid #b2b2b2;
}
.forget form li.short{
	position: relative;
}
.prompt-forget{
	position: absolute;
	left:0 ;
	top:52px;
	height:14px;
	line-height:14px;
	padding:10px;
	background:#848484;
	font-size:14px;
	color:#fff;
	text-align: center;
	border-radius:5px;
	z-index: 99;
}
.triangle_border_up{
	position: absolute;
	top:-6px;
	left:72px;
	 width:0;
    height:0;
    border-width:0 6px 6px;
    border-style:solid;
    border-color:transparent transparent #848484;
}
.forget form button{
	width: 100%;
	height: 46px;
	color: #fff;
	background:#04ae9a;
	font-size: 16px;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}
.forget form button.other{
	margin-top: 24px;
	background: none;
	border:1px solid #04ae9a;
	color:#04ae9a;
}
.forget_help{
	width: 286px;
	margin:18px auto 0;
	line-height: 23px;
	color: #808080;
	font-size:15px;
}
.forget form li  input:-webkit-autofill { 
-webkit-box-shadow: 0 0 0px 1000px #fff inset; 

} 
.forget form li.short span.wate{
	color: #b2b2b2;
}