.user_wrap {
	padding: 24px;
}
.user_wrap .text_group,
.user_wrap .table_data,
.user_wrap .ssl_text {
	color: #6e7590;
}
.text_group {
	margin-bottom: 20px;
}
.text_small {
	font-size: 11px;
}
.table_type-1 {
	width: 100%;
}
.table_title,
.table_data {
	border: 1px solid #e0e0e7;
	padding: 14px 16px;
	box-sizing: border-box;
}
.table_title {
	width: 157px;
	background: #f0f0f2;
}
.table_title p {
	font-weight: bold;
}
.user_wrap .btn_submit {
	display: block;
	width: 280px;
	margin: 0 auto 22px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.ssl_area {
	text-align: center;
}
.ssl_text {
	margin-bottom: 22px;
}
.user_wrap .m-input_text {
	width: 494px;
	margin-bottom: 7px;
}
.user_wrap .m-label {
	margin-left: 0;
}
.text-red{
	color: #de1642;
}
.invalid_form {
	background-color:#ffe8e8;
}
