#webBody{margin:0px auto;margin-top:10px;width:97%;}



#myForm input:not(.weui-check){
	display:block;
	width:100%;
	height:45px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	border-radius:10px;
	padding-left:5px;
	padding-right:5px;
	box-sizing:border-box;
	border:none;
	font-size:16px;
}
 
 
.reg_key{
	display:-webkit-box;
}


.reg_key_input{
 	-webkit-box-flex:1;
}


.reg_key_btn{
	margin-left:10px;
	margin-top:11px;
	color:white;
	font-size:12px;
	text-align:center;
	height:35px;
	line-height:35px;
	padding-left:5px;
	padding-right:5px;
	border-radius:3px;
	box-sizing:border-box;
	background:red;
}

.reg_key_btn:active{
	background:#d49697;
}





 
#btn_submit{
	width:90%;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;	
	background:#6BB147;font-size:18px;
	height:30px;
	line-height:30px;
	color:#FFF;
	text-align:center;
	border-radius:5px;
}
