
.row .formOutter{
	width: 540px;
	height: 580px;
	border: 1px #e3e3e3 solid;
	/*border-radius: 10px;*/
	position: absolute;
	top: 10px;
	right: 40px;
}

.row .form-container .inputFirst{
	margin-top: 39px;
}

.row .form-container{
	margin: 0 auto;
	width: 466px;
	height: 380px;

}

.form-horizontal .control-label {
    /*padding: 0;
    padding-top: 10px;
    padding-right: 10px;*/
    padding: 0px 0px 0 0;
    margin-bottom: 0;
    margin-right: 21px;
    text-align: right;
    line-height: 42px;
    font-size: 16px;
    color: #4E4E4E;
    font-weight: normal;
    width: 85px;
    float: left;
}

.form-container .form-group{
	margin-top: 18px;
	position:relative;
}

.form-horizontal .form-group {
     margin-right: 0px; 
     margin-left: 0px; 
}

.form-container .register_btn{
	margin-top: 20px;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	line-height: 52px;
	width: 466px;
	height: 52px;
	border-radius: 10px;
	background-color: #d8d8d8;
	cursor: pointer;
}

.form-container .register_btn.agree{
	background-color: #00a7e4;
}

/*.form-container .register_btn:hover{
	cursor: pointer;
	background-color:#00bbff ;
}*/

/*.row .regTitle{
	margin-top: 40px;
	font-size: 24px;
	color:#575757;
	text-align: center;
}*/

input.input-size{
	padding: 0;
	padding-left: 10px;
	height: 47px;
	line-height: 47px;
	font-size: 14px;
	border-radius: 0;
}

.form-control::-moz-placeholder {
  color: #bdbdbd;
  opacity: 1;
  font-size: 14px;
  line-height: 47px;
}
.form-control:-ms-input-placeholder {
  color: #bdbdbd;
  font-size: 14px;
  line-height: 47px;
}
.form-control::-webkit-input-placeholder {
  color: #bdbdbd;
  font-size: 14px;
  line-height: 47px;
}

.form-container .input_wrap{
	display: inline;
	float: left;
	width: 360px;
	position: relative;
}

.form-container .inputTip{
	display: none;
	width: 324px;
	line-height: 12px;
	font-size: 12px;
	color: #007ba8;
	position: absolute;
	bottom: -14px;
	left: 105px;
}

.form-container .protocolChk{
	font-size: 16px;
	margin-top: 18px;
	padding: 0;
	color: #4e4e4e;
}

/*.form-container .protocolChk input{
	padding: 0;
	margin: 0;
	position: relative;
}*/

.row .footerLogin{
	margin-top: 10px;
	float: right;
	font-size: 14px;
	color: #898989;
}

.row .footerLogin a{
	font-size: 14px;
	color: #898989;
}

/*.row .formOutter .returnIndex{
	width: 46px;
	height: 116px;
	border-top: 1px #c8c8c8 solid;
	border-right: 1px #c8c8c8 solid;
	border-bottom:  1px #c8c8c8 solid;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	margin: 0;
	padding: 7px 0 0 15px;
	position: absolute;
	right: -46px;
	bottom: 45px;
}

.row .formOutter .returnIndex .returnIndexImg{
	background-image: url(../img/query/returnIndex.png);
	background-repeat: no-repeat;
	width: 12px;
	height: 19px;
	margin: 0;
	padding: 0 auto;
}

.row .formOutter .returnIndex a{
	font-size: 14px;
	color: #c8c8c8;
}

.row .formOutter .returnIndex:hover{
	border-top: 1px #00A7E4 solid;
	border-right: 1px #00A7E4 solid;
	border-bottom:  1px #00A7E4 solid;
}


.row .formOutter .returnIndex:hover .returnIndexImg{
	background-image: url(../img/query/returnIndex_on.png);
	background-repeat: no-repeat;
}

.row .formOutter .returnIndex:hover a{
	color: #00A7E4;
}*/




.row .form-container .form-group .inputStatusIcon{
	display: none;
	width:23px;
	height: 23px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 14px;
	right: 8px;
}



.row .form-container .form-group.inputSuccess input{
	border-color: #66afe9;
}

.row .form-container .form-group.inputSuccess .inputStatusIcon{
	display: block;
	background-image: url(../img/inputsuccess.png);
	background-repeat: no-repeat;
	/*background-size: 1;*/
}

.row .form-container .form-group.inputSuccess .inputTip{
	display: none;
}


.row .form-container .form-group.inputError input{
	border-color: #da2121;
}

.row .form-container .form-group.inputError .inputStatusIcon{
	display: block;
	background-image: url(../img/inputerror.png);
	background-repeat: no-repeat;
	/*background-size: 1;*/
}

.row .form-container .form-group.inputError .inputTip{
	display: block;
	color: red;
}
.modal-body p{
	    margin: 0 0 10px;
	    font-size: 14px;
	    line-height: 1.42857143;
}
.row .modal-header{
	padding: 8px 0 0 10px;
}

#checkbox_agree{
	width: 20px;
	height: 20px;
	float: left;
	margin-left: 70px;
	border: 1px solid #C8C8C8;
	border-radius: 5px;
	cursor: pointer;
}

#checkbox_agree.agree{
	background-image: url(../img/checkbox_on.png);
	border-color: #00A7E4;
	background-color: #00A7E4;
}
.leftBorder {
    border-left: 1px solid #000000;
}

.row .fukuang_btn {
	width: 120px;
	height: 35px;
	line-height: 34px;
	border: 1px solid #1B86CA;
	border-radius: 4px;
	text-align: center;
	margin-top: 20px;
}

 .fukuang_btn:hover{
 	cursor: pointer;
 	background-color:#009cff ;
 	color: white;
 }
 
.row .formOutter .userIndCon{
	height: 71px;
	font-size: 22px;
	font-family: "微软雅黑";
	text-align: center;
	line-height: 73px;
	color: #575757;
	border-bottom: solid 1px #e3e3e3;
}

.row .formOutter .userIndCon .divide{
	width: 1px;
	background-color: #e3e3e3;
	height: 38px;
	margin-top: 14px;
	display: inline;
	float: left;
}

.row .formOutter .userInd{
	width: 268.5px;
	height: 70px;
	display: inline;
	float: left;
	cursor: pointer;
	border-bottom: 3px solid white;
}

.row .formOutter .userInd.onSelect{
	border-bottom: 3px solid #00A7E4;
	color: #00a7e4;
}

.row #getVerifyCodeBtn{
	width: 120px;
	height: 47px;
	margin: 0;
	float:right;
	border-radius: 5px;
	background-color: #00A7E4;/*#c8c8c8;*/
	color: white;
	font-size: 18px;
	line-height: 47px;
	font-family: "微软雅黑";
	text-align: center;
	cursor: pointer;
}

.row #getVerifyCodeBtn.sending{
	background-color: #D8D8D8;
}
