.password_wrap{
	position: relative;
	width: 880px;
	margin: 45px auto;
	background: #f7f7f7;
}
.password_wrap h2{
	height: 50px;
	margin-bottom: 105px;
	background: #00bcc5;
	color: white;
	text-align: center;
	line-height: 50px;
}
.password_wrap .arrow{
	position: absolute;
	top: 50px;
	left: 430px;
	width:0px; 
	height:0px; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #00bcc5;
	font-size: 0px;
	line-height: 0px;
}
.password_wrap > div{
	overflow: hidden;
}
.password_wrap > div:nth-child(4){
	margin-top: 25px;
}
.input{
	display: block;
	float: left;
	width: 270px;
	height: 30px;
	border: 1px solid #dadada;
}
.password_wrap div span{
	display: block;
	float: left;
	width: 285px;
	padding-right: 20px;
	line-height: 30px;
	text-align: right;
	font-size: 16px;
}
.right{
	display: block;
	float: left;
	margin-left: 10px;
	line-height: 30px;
	color: #d20014;
}
.warning{
	display: block;
	float: left;
	margin-left: 10px;
	line-height: 30px;
	color: #d20014;
}
.reset{
	display: block;
	width: 160px;
	height: 40px;
	margin: 70px auto 50px;
	background: #00bcc5;
	line-height: 40px;
	text-align: center;
	color: white;
	font-size: 20px;
}
.font_size{
	width: 750px;
	margin: 0 auto !important;
	font-size: 14px;
	line-height: 40px;
}
#email{
	display: block;
	float: left;
	width: 330px;
	height: 30px;
	margin-left: 160px;
	margin-top: 50px;
	border: 1px solid #dadada;
}
#send{
	display: block;
	float: left;
	width: 200px;
	height: 30px;
	margin-left: 30px;
	margin-top: 50px;
	background: #00bcc5;
	line-height: 30px;
	text-align: center;
	color: white;
	font-size: 16px;
}
#send:hover{
	color:#000;
}
.tip{
	padding: 90px 0 20px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
#nextTip{
	display: none;
	width: 700px;
	margin: 140px auto 160px;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}