#register_page{
	 width: 780px; height: 100%; margin: 10px auto;
}
.regpage{
	width: 780px; float: left; display: block; clear: left;
}
.loginpage{
	width: 780px; float: right; display: block; clear: right; height: 100%;
}
.regpage ul,.regpage ul{
	clear: both; display: block; width: 100%;
}
.regpage li,.loginpage li {
	line-height: 200%; margin: 10px 0px; width: 300px; text-align: right;
}
.reg_tit{
	border-bottom: 1px solid #900; display: block; width: 100%; clear: both; height: 28px;
}
.reg_tit span{
	font-size: 18px; font-weight: 600; color:#f60;
}
.reg_tit ul{
	clear: both; display: block; width: 100%; height: 20px;
}
.reg_tit li{
	float: left; display: block; width: 40%; text-align: left; margin: 4px;
}
.reg_area1,.reg_area2{
	width: 88px;
}
.regpage a:link,.regpage a:visited{
	font-size: 12px; color:#f60; font-weight: 600;
}
.regpage a:hover{
	color:#036;
}
.reg_bt li{
	text-align: center; padding-left: 40px;
}
.login_bt{background-color: #900; border:none; color:#fff; height:14px; margin-top:2px; cursor: pointer;}

