.reg_header{
	width: 100%;
	background: #fff;
}
.reg_header_c{
	width: 990px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}
.reg_header_logo{
	float: left;
}
.reg_header_text{
	float: left;
	padding: 0 0 0 30px;
	font-size:20px;
	line-height: 70px;
	font-weight:bold;
}


.reg_container{
	width: 100%;
	background: #F5F5F5;
	padding: 30px 0;
}
.reg_content{
	width: 990px;
	margin: 0 auto;
	background: #fff;
	border: #DDD 1px solid;
}
.reg_title{
	font-size:26px;
	font-weight: 700;
	text-align:center;
	padding: 30px 0 ;
}

.reg_type{
	width: 920px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	border-bottom:#ddd 1px solid;
}
.reg_type li{
	margin:0 20px 0 0;
}
.reg_type a{
	font-size: 20px;
}

.reg_content_c .active{
	display: block;
}
.reg_text{
	width: 520px;
	margin: 0 auto;
	padding: 10px 0 50px;
	display: none;
}
.reg_text dl{
	display: block;
	min-height: 50px;
	line-height: 50px;
	padding: 10px 0;
	margin: 10px 0;
	overflow: hidden;
}
.reg_text dl dt{
	float: left;
	width: 150px;
	line-height: 35px;
	text-align:right;
	padding: 0 20px 0 0;
}
.reg_text dl dd{
	float: right;
	width: 350px;
	text-align:left;
}

a.red{
	color: #f00;
}
a.red:hover{
	text-decoration: underline;
}

.r_insert{
	color: #f00;
	font-style: normal;
	padding: 0 5px 0 0;
}

.btn-reg{
	padding: 12px 0;
	font-size:16px;
}