#mws-container {
	width: 99%;
}

#mws-container header {
	margin: 0;
	padding-top: 10px;
	width: 100%;
	font-size: 24px;
	text-align: center;
	height: 35px;
	color: #333333;
	/* font-color: #333333; */
	/* background-color: #cccccc; */
}

article {
	width: 100%;
	/* background-color: #cccccc; */
}

/* article .title_span {
	padding-left: 2px;
	padding-top: 5px;
	color: #333333;
	font-size: 24px;
} */

article div table {
	width: 100%;
	/* background-color: #ff0000; */
}

/* article div table tr{
	width: 100%;
	background-color: #ff0000;
} */

/* article div table tr td{
	width: 50%;
} */

/* article div table tr td {
	width: 50%;
} */

article div table tr .tdleft{
	/* width: calc(50% - 10px); */
	width: 50%;
	padding: 0 10px 0 0;
	
}

article div table tr .tdright{
	/* width: calc(50% - 10px); */
	width: 50%;
	padding: 0 0 0 10px;
}

article div table tr td table {
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	/*padding: 5px 0 5px 0;*/
}

article div table tr td table tbody {
	width: 100%;
	padding: 0;
	margin: 0;
}

article div table tr td table tbody tr {
	width: 100%;
	/* border:1px solid #0F0; */
	padding: 0;
	margin: 0;
}

article div table tr td table tbody tr .tdlable1 {
	width: 25%;
	/* min-width: 140px; */
	text-align: right;
	padding: 10px 14px 10px 0;
	border:1px solid #229c4f;
	margin: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.tdlable1, .tdlable2 {
	color: #333333;
}

article div table tr td table tbody tr .require_sign {
	/* padding: 5px 6px 5px 0; */
}

article div table tr td table tbody tr .tdlable2 {
	width: 75%;
	margin: 0;
	/* padding: 5px 0 5px 0; */
	padding: 0;
	border:1px solid #999999;
	background-color: #f8f8f8;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.require_sign_color {
	color: #f52424;
}

.body_lable_title {
	float: left;
	width: 50%;
}

.body_lable_title_padding {
	width: calc(50% - 10px);
	padding-left: 6px;
}

article div table tr td table tbody tr .table_td_none {
	border:0;
	background-color: #ffffff;
}

.table_td_lable {
	padding-top: 15px;
}

.mws-textinput {
	/* width: 95%; */
	/* border: 1px solid #c5c5c5;
    padding: 6px 7px;
    color: #323232;
    margin: 0 0 0 5px;
    background-color: #ffffff;
    outline: none;
    border-radius: 4px;
    box-shadow: inset 0px 1px 3px rgba(128, 128, 128, 0.1);
    font: 13.3333px Arial;
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: start;
    text-rendering: auto;
    -webkit-rtl-ordering: logical; */
}

input {
	width: calc(100% - 14px);
	height: 26px;
	margin: 0;
	border: 0;
	padding: 0 7px;
	outline: none;
	background-color: #f8f8f8;
	/* box-shadow: 0 0 0 #f8f8f8 inset; */
	/* -webkit-appearance: textfield;
    user-select: text;
    cursor: auto;
    width: calc(100% - 19px); */
}

select {
	border: 1px solid #c5c5c5;
    padding: 4px 7px;
    color: #323232;
    margin: 0 0 0 5px;
    background-color: #ffffff;
    outline: none;
    border-radius: 2px;
    box-shadow: inset 0px 1px 3px rgba(128, 128, 128, 0.1);
    font: 13.3333px Arial;
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: start;
    text-rendering: auto;
    -webkit-rtl-ordering: logical;
    
    
	overflow: visible !important;
	-webkit-appearance: menulist;
	align-items: center;
    white-space: pre;
	cursor: default;
 	-webkit-writing-mode: horizontal-tb;
}

.input_radio {
	width: auto;
	height: auto;
	vertical-align: middle;
	margin: 4px;
	zoom: 140%;
}

.div_perssion {
	width: 100%;
	height: 40px;
}

.notice_div {
	width: 99%;
	border:1px solid #999999;
	margin: 0;
	padding: 6px 7px 6px 7px;
	background-color: #f8f8f8;
}

.notice_span {
	width: 100%;
	display: inline-block;
	color: #f52424;
}

.input_checkbox {
	width: 15px;
	height: 15px;
	display: inline-block;
	border: 1px solid #2442c4;
	padding: 0;
	position: absolute;
	margin: 3px 0 0 0;
	text-align: center;
	vertical-align: middle;
	cursor: default;
	/* vertical-align: middle;
	zoom: 140%;
	border-color: #ff0000;
	outline: 1px solid #2442c4; */
}

.input_checkbox_yes {
	width: auto;
	position: absolute;
	margin: 1px 0 0 2px;
	color: #2442c4;
	display: none;
	cursor: default;
	font-weight: bold;
}

.register_rule_div {
	width: 100%;
	margin: 0;
	padding: 10px 2px;
}

.please_read_span {
	width: auto;
	margin-left: 20px;
}

.register_rule_span {
	width: auto;
	color: #2442c4;
}

/* footer {
	position: absolute;
	bottom: 0;
	width: 99%;
	height: 80px;
	padding: 0;
	margin: 0;
	background-color: #ff0000;
} */

.register_code-input {
	width: 100px;
	display: inline-block;
}

#changeImg {
	position: absolute;
	margin-top: -4px;
	border: 1px solid #229c4f;
	height: 34px;
}

.show-captcha {
	/* height: 50px;
	width: 160x; */
}

.button_group {
	width: 100%;
	text-align: center;
}

.button_group input {
	width: 150px;
	margin: 0 7px;
	height: 32px;
	padding: 5px;
	font-size: 16px;
	border: 1px solid #999999;
	font-weight: 400;
}

.input_reset {
	background-color: #ffffff;
}

.input_submit {
	background-color: #229c4f;
	color: #ffffff;
}

.register_close {
	background-image: url("/images/close_24_red.png");
	width: 24px;
	height: 24px;
	float: right;
	margin-right: 1%;
	/* top: 0;
	position: absolute;
	right: 0; */
}

.div_margin_top {
	margin-top: 20px;
}

.input_file {
	opacity: 0;
}

.span_file {
	margin: 0;
	padding: 0 0 0 7px;
	/* color: #999999; */
	/* font-size: 14px; */
	width: calc(100% - 96px);
}

.span_file_button {
	border: 1px solid #999999;
	/* position: absolute;
	right: 0; */
	float: right;
	padding: 2px 20px;
	margin: 0 8px;
	font-size: 14px;
	/* font-weight: 500;
	color: #666666; */
}

.div_file_up {
	
}

#readandagree {
	width: 0;
	padding: 0;
	float: left;
}

body, div#mws-container {
	background-image: none;
}