#forgot_header{
	height: 105px;
	line-height: 105px;
	border-bottom: 1px solid #c9caca;
}

#forgot_header .forgot_header_box{
	width: 1180px;
	height: 100%;
	margin: 0 auto;
}

#forgot_main{
	padding: 23px 0 20px;
	background: url(../images/forgot_main_bg.jpg) no-repeat;
	background-size: 100% 100%;
}

#forgot_main .forgot_box{
	width: 1163px;
	height: 650px;
	border-radius: 10px;
	margin: 0 auto;
	background: rgba(255,255,255,0.8);
}

.forgot_box .forgot_form_box{
	padding: 0 93px 0 71px;
}

.forgot_form_box .forgot_form_title{
	height: 127px;
	line-height: 175px;
	border-bottom: 1px solid #bfbfbf;
	font-size: 24px;
	font-weight: normal;
	color: #303030;
}

.forgot_form_box .forgot_form{
	border-top: 1px solid #ffffff;
	padding-top: 7px;
}

.forgot_form table{
	width: 100%;
}

.forgot_form table td{
	padding: 17px 0;
	color: #303030;
}

#forgot_form #forgot_sbt{
	margin-top: 40px;
}

#forgot_footer{
	padding: 40px 0;
}

#forgot_footer .forgot_footer_box{
	width: 1180px;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	color: #717171;
}

.forgot_footer_box p{
	line-height: 23px;
}

.forgot_footer_box a{
	color: #717171;
}

.foote_nav a{
	border-right: 1px solid #717171;
	line-height: 12px;
	padding: 0 5px 0 1px;
	display: inline-block;
}

.foote_nav a:last-child{
	border-right: none;
}














