/**********************************************************/
/*
/* #register
/*
/**********************************************************/
#register
{
	min-height:700px;
}
.must::before
{
	content:"*";
}
.register_row1
{
	width:100%;
	height:40px;
	border-bottom:1px #000 solid;
	position:relative;
	margin-top:40px;
}
.register_row1_col1
{
	height:40px;
	text-align:center;
	line-height:40px;
	letter-spacing:5px;
	padding-left:20px;
	float:left;
}
.register_row1_col2
{
	height:30px;
	line-height:30px;
	float:right;
}
.register_row2
{
	margin-top:10px;
	width:100%;
}
.register_row2_tit
{
	padding-left:20px;
	/*width:12%;*/
}
.register_msg
{
	display:inline-block;
}
.register_row3
{
	padding:20px 0px 20px 20px;
}
.register_row4
{
	margin:0 auto;
	margin-top:20px;
	width:840px;
	height:180px;
	padding:10px 20px 20px 20px;
	overflow-y:scroll;
	border:1px #000 solid;
}
.register_row4_row2
{
	padding-top:30px;
}
.register_row5
{
	text-align:center;
	margin-top:30px;
	margin-bottom:40px;
}
#register_tobe_member,
#register_tobe_reset
{
	width:200px;
	height:35px;
	line-height:33px;
}
#register_tobe_member
{
	background-color:#f58025;
	color:#fff;
	border:1px #f58025 solid;
}
#register_tobe_reset
{
	background-color:#fff;
	color:#555;
	border:1px #999 solid;
}







