#reg_header {
	width:700px;
	height:143px;
	margin:0 auto;
}
#first_con {
	width:668px;
	min-height:143px;
	margin:0 auto;
	border:1px solid #dadada;
	border-top:3px solid #dadada;
	padding:15px;
}
#first_con p {
	text-indent:24px;
	line-height:22px;
}
#first_con a {
	display:block;
	width:120px;
	line-height:35px;
	height:35px;
	background:#f60;
	text-align:center;
	margin:20px auto;
	font-size:14px;
	color:#fff;
	border-radius:10px;
     -webkit-border-radius:10px;
     -moz-border-radius:10px;
     box-shadow:0px 0px 10px #ccc;
     cursor:pointer;
}


#reg,#login {
	width:1000px;
	min-height:500px;
	margin:15px auto;
	background:#fff;
	box-shadow:0px 0px 10px #ccc;
}
#reg h3,#login h3 {
	height:35px;
	line-height:35px;
	border-bottom:2px solid #dadada;
	text-indent:15px;
}
#reg h3 strong,#login h3 strong {
	color:#DA251D;
}
#reg h3 span,#login h3 span {
	font-weight:normal;
	float:right;
	padding-right:15px;
}
#reg h3 span a,#login h3 span a {
	cursor:pointer;
}
#reg img.right_img {
	display:block;
	width:293px;
	height:220px;
	float:right;
	margin:120px 50px 0 0;
}
#reg form {
	width:700px;
	margin:25px 0 0 40px;
}
#reg form p {
	padding:18px 0 0 0;
}
#reg form p input.text {
	width:220px;
	height:25px;
}
#reg form p input#yzm {
	width:80px;
	height:30px;
}
#reg form p input.submit {
	background:#f60;
	width:83px;
	height:30px;
	border:none;
	border-radius:10px;
	-webkit-border-radius:10px;
     -moz-border-radius:10px;
     color:#fff;
    	margin:0 0 0 60px;
    	font-size:14px;
}
#reg form p img#code {
	width:50px;
	height:30px;
	position:relative;
	top:10px;
	left:10px;
	cursor:pointer;
}
#reg form p input.submit:hover {
	background:blue;
	font-weight:bold;
}

#reg form p span {
	color:#DA251D;
}



#login {
	background:#eee;
}
#login h3 {
	background:#fff;
}
#login form {
	width:485px;
	height:410px;
	background:url(../image/login_bg.png) no-repeat left center;
	margin:25px auto;
	position:relative;
}
#login form div {
	position:absolute;
	top:170px;
	left:100px;
}
#login form div p {
	font-size:14px;
	padding:8px;
	color:#fff;
}
#login form div p input {
	height:25px;
	width:180px;
	background:#fff;
}
#login form div p input.yzm {
	width:98px;
}
#login form div p img#code {
	height:20px;
	width:70px;
	position:relative;
	top:6px;
	left:10px;
	cursor:pointer;
}
#login form div p input.sub {
	width:103px;
	height:42px;
	border:0;
	background:url(../image/login-btn.png) no-repeat left center;
	text-indent:-9999px;
	margin:0 0 0 70px;
	cursor:pointer;
}