/*  - - - - - - - - - 注册 样式  - - - - - - - - -*/
@charset "utf-8";
/* 注册页面  */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,code,del,em,img,dl,dt,dd,ol,ul,li,fieldset,form,label,table,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-style: inherit;
	font-family: "微软雅黑"; , sans-serif;
	vertical-align: baseline;
	font-size: 14px;
}

img {
	border: none;
}

.forget-content {
	width: 100%;
	height: 500px;
	position: relative;
}
.forget-form {
	width: 500px;
	height: 400px;
	position: absolute;
	opacity: 0.8;
	left: 21%;
	top: 40px;
	padding: 100px 0px 0px;
	float: right;
}
.forget-bg {
	width: 419px;
	height: 390px;
	position: absolute;
	opacity: 0.8;
	left: 800px;
	top: 40px;
	padding: 0px 0px 0px;
	float: right;
	background: url('../../images/register/forget-password.png') no-repeat;
}

#body_main1 {
	width: 100%;
	height: auto;
	clear: both;
	margin: auto;
}

#registered_side {
	width: 100%;
	height: auto;
	float: right;
	padding-top: 10px;
	background: #fff;
	padding-bottom: 20px;
}

.registered_side_box {
	margin: 0 auto;
	width: 1200px;
	height: 500px;
	background: url('../../images/register/forget-password.png') no-repeat right top;
}

.pointe1 {
	height: 30px;
	background: #0072C7;
	border-bottom: #dfdfdf solid 1px;
	line-height: 30px;
	text-align: right;
	color: #fff;
	font-size: 12px;
	padding-bottom: 0px;
}

.name_a {
	height: 23px;
	line-height: 23px;
	margin: auto;
	margin-left: 120px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 100;
	color: #666;
}

.lineshort {
	float: left;
	margin: 0px 15px;
	height: 25px;
	width: 1px;
	background-color: #DDD;
	margin-top: 0px;
	vertical-align: top;
}

.login_pw1 {
	margin-top: 5px;
	width: 90%;
	border: 1px solid #CCC;
	text-align: left;
}

.inputbox {
	position: relative;
	width: 42%;
	height: 23px;
	line-height: 26px;
	margin: 0 auto;
	padding-right: 5px;
}

.regbtn {
	width: 200px;
	height: 38px;
	margin: 5px 0;
	display: block;
	cursor: pointer;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	font-family: "微软雅黑";
	border: 0px solid #3B6E22;
	border-radius: 3px;
	background: url(../../images/register/btn_default_glay.png) 0 -1px;
}

.regbtn_1 {
	width: 200px;
	height: 38px;
	margin: 5px 0;
	display: block;
	cursor: pointer;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	font-family: "微软雅黑";
	border: 0px solid #3B6E22;
	border-radius: 3px;
	background: url(../../images/register/btn_default.png) 0 -1px;
}

.col {
	color: #F00;
}

.name_a tr td {
	height: 23px;
	vertical-align: bottom;
}

/****************************************
注册成功
	******/
.find_ok {
	width: 500px;
	height: 100px;
	overflow: hidden;
	margin-top: 210px;
	margin-bottom: 200px;
	margin-left: 240px;
}

.find_ok dl {
	padding-top: 20px;
	padding-left: 100px;
}

.find_ok dt {
	float: left;
	margin: 10px 6px 2px 2px;
}

.find_ok dd {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-left: 4px;
	width: 310px;
	overflow: hidden;
	margin-top: 4px;
	line-height: 24px;
}

.find_ok dd span {
	font-size: 12px;
	color: #333;
	font-weight: normal;
}

#end_after {
	position: fixed;
	left: 0;
	bottom: 0px;
}