/* FLY */

#middle_container {
	width:1000px;
	overflow:hidden;
	min-height:800px;
	*height: expression( this.scrollHeight < 800 ? "800px" : "auto" );
	background:url(../images/bg_middle_inner.png) no-repeat;
}
#middle_container h1 {
	font-size:24px;
	font-weight:bold;
	color:#372810;
	text-transform:uppercase;
	padding:40px 0 0 20px;
}
#content_container {
	margin:0 auto;
	width:900px;
	overflow:hidden;
}
#content_container .topbg {
	width:900px;
	height:40px;
	overflow:hidden;
	background:url(../images/bg_inner_top.png) no-repeat;
}
#content_container .middlebg {
	width:900px;
	overflow:hidden;
	background:url(../images/bg_inner_middle.png) repeat-y;
}
#content_container .bottombg {
	width:900px;
	height:68px;
	overflow:hidden;
	background:url(../images/bg_inner_bottom.png) no-repeat;
}
#content_container .content_panel {
	width:860px;
	overflow:hidden;
	padding:0 20px 0 20px;
}
#content_container .content_panel .forgot_container {
	margin:0 auto;
	width:492px;
	overflow:hidden;
}
#content_container .content_panel .forgot_container .topbg {
	margin:0 auto;
	width:492px;
	height:38px;
	overflow:hidden;
	background:url(../images/bg_forgotpass_top.png) no-repeat;
}
#content_container .content_panel .forgot_container .topbg1 {
	margin:0 auto;
	width:492px;
	height:32px;
	overflow:hidden;
	background:url(../images/bg_forgotpass1_top.png) no-repeat;
}
#content_container .content_panel .forgot_container .middlebg {
	width:492px;
	overflow:hidden;
	background:url(../images/bg_forgotpass_middle.png) repeat-y;
}
#content_container .content_panel .forgot_container .bottombg {
	width:492px;
	height:27px;
	overflow:hidden;
	background:url(../images/bg_forgotpass_bottom.png) no-repeat;
}
#content_container .content_panel .forgot_container .content h2 {
	font-size:24px;
	font-weight:bold;
	color:#372810;
	text-align:center;
	padding:0 0 15px 0;
}








