@charset "utf-8";
body {
	background: #F5F5F5;
}
.header {
	width: 100%;
	min-width: 1200px;
	margin: auto;
}
.footer{
	width: 100%;
	min-width: 1200px;
	margin: auto;
}
.header-bar .hbar-left span a {
	padding: 0 10px;
}
.header-bar .hbar-right li a {
	border-left: none;
	padding: 0 10px;
	border-right: 1px solid #666;
}
/*fixed by dushngling */
.header .rhead-left a{
	display: inline-block;
	padding: 0 15px;
}

.register-title{
	width:100%;
	min-width: 1200px;
	padding:20px 0;
	border-top:1px solid #e0e0e0;
}

.register-logo  a{
	display: inline-block;
	line-height: 60px;
	float: left;
}
.register-logo  span{
	display: inline-block;
	padding:0 30px;
	font-size: 24px;
	line-height: 24px;
	margin:18px 0 18px 30px;
	border-left:1px solid #e0e0e0 
}
.register-con{
	background: #fff;
	border: 1px solid #CACACA;
	overflow: hidden;
}

