@charset "utf-8";
/*----------------------------------------*/
.register_title {
	position:relative;
}
.register_title .title{
	position:relative;
	float:left;
	background: #6c3e98 url(../images/register_title.jpg) left no-repeat;
	height:80px;
	line-height:80px;
	font-size:20px;
	color:#fff;
	padding: 0 30px;
	font-weight:bold;
}
.register_title .title_corner{
	position:relative;
	float:left;
	background: url(../images/register_title_corner.jpg) no-repeat;
	width:13px;
	height:80px;
}
.register_title .after_title{
	position:relative;
	float:left;
	height:44px;
	line-height:44px;
	color:#6c3e98;
	font-size:22px;
	padding-left:10px;
	font-weight:bold;
}

/*---------------------------------------------------*/
.register_content{
	position:relative;
	width:1000px;
	overflow:hidden;
}
