.mohaclass_register_main{

	margin:20px auto;

	padding: 1em ;
	background-color: #E6E3D4;
	font-weight: bold;
	border-radius: 8px;
	/*color: #D5973C;*/
}
.mohaclass_register_main h1{
	border-bottom: none;
	padding: .1em 2.5em 0 0;
	color: #D5973C;
	font-weight: bold;
}
.mohaclass_register_main ul{
	list-style: none;
}
.mohaclass_register_main input, select, textarea, .inputbox{
	display: block;


}
/* #payment input, select, textarea, .inputbox{
	display: none;
	margin-right: 80px;
	margin-top: .7em;

}
 #full_payment input, select, textarea, .inputbox{
	display: none;
	margin-right: 80px;
	margin-top: .7em;

}*/
.mohaclass_register_main li{
	margin: 10px
}
.mohaclass_register_main li:last-child{
	margin-bottom: 1em;
	margin-right: 55%;
}
.mohaclass_register_main li:last-child button{
	display: block;
	width: 80px;
	font-size: 16px;
	color: white;
	padding: .2em;
	background: #D5973C;
	border: 1px solid #D5973C;
	border-radius: 2px;
}
.payment{
	position: relative;
}
#payment {
	display: inline;
	margin-right: 10px;

}
#full_payment {
	margin-right: 0px;
	display: inline;
}