.seller_reg {
	width: 800px;
	margin: 30px auto;
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 30px;
}
.seller_reg h2{
	font-size: 20px;
	line-height: 40px;
	text-align: left;
}
.seller_reg .agree {
	width: 100%;
	height: 600px;
}
.seller_reg .chk_agree {
	margin: 10px;
}
.seller_reg .chk_agree .btn_agree {
	width:70px; height:47px; font-size:16px; color: #fff; border-radius: 5px; min-width: 120px; background:#4177dc; border-color:#4177dc;
	margin-top: 30px;
}

.seller_reg .pay_info{
	float: left;
}
.seller_reg .vat{
	color: #aaa;
	float: right;
}
.seller_reg .pay_group {
	margin: 30px 0;
}
.seller_reg .pay_group .pay_box{
	display: inline-block;
	min-width: 145px;
	width: 18.3%;
	height: 150px;
	margin: 5px;
	border: 1px solid #4177dc;
	border-radius: 5px;
	vertical-align: middle;
	padding-top: 50px;
	font-size: 16px;
}
.seller_reg .pay_group .pay_box:first-child{
	margin-left: 0px;
}
.seller_reg .pay_group .pay_box:nth-child(4){
	margin-right: 0px;
}
.seller_reg .pay_group .pay_box.on,
.seller_reg .pay_group .pay_box:hover{
	background-color: #4177dc;
	color: white;
}
.seller_reg .pay_group .pay_box .money{
	color: #ff1616;
	font-size: 24px;
}
.seller_reg .pay_group .pay_box .select{
	margin-top: 20px;
}
.seller_reg .pay_group .btn_pay {
	width:70px; height:47px; font-size:16px; color: #fff; border-radius: 5px; min-width: 120px; background:#4177dc; border-color:#4177dc;
	margin-top: 30px;
}

.seller_reg th {
	font-weight: bold;
}
.seller_reg td {
	text-align: left;
}

.seller_reg .regend_info {
	text-align: center;
	padding: 30px 0 50px 0;
	font-size: 20px;
	line-height: 40px;
}

.seller_reg .login_section { border: 1px solid #4177dc; padding:30px 50px; width: 380px; margin: 0 auto; }
.seller_reg .login_section .login_label { clear:both; width:80px; display:inline-block; text-align:right; margin:14px 0; font-weight:bold; }
.seller_reg .login_section .login_id_pwd { width:230px; display:inline-block; margin:0 0 10px 15px; }
.seller_reg .login_section .login_input { width:205px; height:36px; font-size:16px; font-weight:bold; }
.seller_reg .login_section button { margin-top: 20px; }

.footer_agree {
	display: block; background-color: #f7f7f9; width: 100%; height:30px;
}
.footer_agree .copyright { 
	float:right; padding:0 30px 15px 30px; margin: 0px; color:#aaa; font-size:11px; 
}