input[type=checkbox].css-checkbox {
	display: none;
}

input[type=checkbox].css-checkbox+label.css-chkLabel {
	padding-left: 18px;
	height: 13px;
	display: inline-block;
	line-height: 15px;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: middle;
	cursor: pointer;
}

input[type=checkbox].css-checkbox:checked+label.css-chkLabel {
	background-position: 0 -13px;
}

label.css-chkLabel {
	background-image: url("../images/mow/common/check_m.png");
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type=radio].css-radio {
	display: none;
}
input[type=radio].css-radio+label.css-rdoLabel {
	padding-left: 23px;
	/*height: 13px;*/
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
	/*font-size: 17px;*/
	vertical-align: middle;
	cursor: pointer;
}

input[type=radio].css-radio:checked+label.css-rdoLabel {
	background-position: 0 -18px;
}

label.css-rdoLabel {
	background-image: url("/ei/images/mow/common/radio_m.png");
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type=checkbox].css-checkbox+label.css-chkLabel {
	margin-left:5px;
	padding-left: 22px;
	height: 18px;
	line-height: 18px;
	/*font-size: 18px;*/
	color:#666;
}
input[type=checkbox].css-checkbox:checked+label.css-chkLabel {
	background-position: 0 -18px;
}
label.css-chkLabel {
	background-image: url("/ei/images/mow/common/check_m.png");
	background-size: 18px 36px;
}
input[type=radio].css-radio+label.css-rdoLabel {
	padding-left: 25px;
	height: 18px;
	margin:2px 0;
	line-height: 18px;
	/*font-size: 18px;*/
}
input[type=radio].css-radio:checked+label.css-rdoLabel {
	background-position: 0 -18px;
}
label.css-rdoLabel {
	background-image: url("../img/radio_m.png");
}

.check_rdoInfoLabel{margin-right: 40px}
.rdoCenter{margin-right: 20px}
.rdoCenterMTop{margin-top: 10px}
