@charset "utf-8";
/* CSS Document */
.check {
	float: right;
}
.modal-backdrop {
	display:none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	background-color: rgba(58,60,60,0.5);
}
.modal {
	display:block;
	height: 400px;
	width: 550px;
	padding: 15px;
	background: #fff;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	outline: 0;
	z-index: 999;
	overflow: auto;
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857px;
}
#check-content {
	width: 90%;
	margin: 30px auto 25px;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}
.control-label2 {
	width: 20%;
	float: left;
	font-size:14px;
	color:#88898e;
	font-weight:bold;
}
.control-label2:before {
	color: #f00;
	content: "* ";
	font-weight: bold;
}
.control-info2 {
	display: block;
	float: left;
	width: 80%;
}
.control-main2 {
	display: block;
	width: 99.6%;
	height: 34px;
	font-size: 14px;
	line-height: 1.42857;
	color: #333;
	text-indent: 1em;
	background-color: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 0;
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-group {
	margin-left: -9px;
	margin-right: -9px;
	margin-bottom: 15px;
	overflow: hidden;
}
.form-group:before {
	content: " ";
	display: table;
}
.required {
	font-size: 13px;
}
.form-code {
	float: left;
	display: block;
	width: 80%;
	height: 34px;
	font-size: 14px;
	line-height: 1.42857;
	color: #000;
	text-indent: 1em;
	background-color: #fff;
	background-image: none;
	border: 1px solid #dbdbdb;
	border-radius: 0;
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-code1 {
	float: right;
	height: 34px;
	background-color: #fff;
	border: 1px solid #dbdbdb;
}
.buttons {
	padding: 20px 0;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.btn-join {
	display: block;
	color: #fff;
	background-color: #3a3c3c;
	border-color: #3a3c3c;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 10px 25px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 3px;
}
.btn-join:hover{
	color:#fff;
	}
.btn-login {
	display: block;
	color: #fff;
	background-color: #00a58b;
	border-color: #3a3c3c;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 10px 25px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 3px;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
	margin: auto;
}
