@charset "utf-8";
/* CSS Document */
body{ margin: 0 0 0 0; padding: 0 0 0 0; font-family: "Segoe UI", Arial, Helvetica; background:#323233;font-size:16px;}
.signin_box{ width:418px; color:#FFFFFF; margin:0 auto; background:#323233; }
.signin_top{ padding: 10px 10px 10px 10px;}
.please{
	font-size:16px;
	display:block;
	height:40px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.fillin_list{ margin-bottom:10px}
.LLL{
	float:left;
	width:100px;
	margin-right:12px;
	text-align: right;
}
.RRR{ float:left; margin-right:12px;}
.input_area{
	background:#1e1e1e;
	color:#FFFFFF;
	width:300px;
	line-height:22px;
	height:18px;
	padding:0 0 0 3px;
	font-size:14px;
	border:1px solid #999999;
}
a{color:#63c2ff; text-decoration: underline;}
.input_des a{ display:block; color:#63c2ff; text-decoration: underline; font-size:16px; float:left;width:220px;}
.checkbox{
	float:left;
	border: #fff 1px solid;
	width: 13px;
	height: 13px;
}
.check{ position:absolute;}
.rememberme{
	float:left;
	margin-left: 5px;
	
	font-size: 16px;
	line-height: 16px;
}
.signin_btt{
	height:37px;
	padding: 5px 18px 0 0;
	text-align: right;
}
.x_btn a{
	color:#FFFFFF;
	display:block;
	float:right;
	text-decoration:none;
	text-align:center;
	font-size:16px;
	background:#323233;
	margin-left:10px;
	width:110px;
	height:28px;
	border:#36a8ff 1px solid;
	line-height: 26px;
	
}
.x_btn a:hover{
	text-decoration:none;
	background:#4f4f52;
	border:#36a8ff 1px solid;
	
}



.x_btn_form {
	color:#FFFFFF;
	/*display:block;
	float:right;*/
	text-decoration:none;
	text-align:center;
	font-size:16px;
	background:#4f4f52;
	margin-left:10px;
	width:130px;
	height:28px;
	border: #4f4f52 1px solid;
	line-height: 26px;
	margin-top: 10px;
}

.x_btn_form:hover{
	color:#FFFFFF;
	/*display:block;
	float:right;*/
	text-decoration:none;
	text-align:center;
	font-size:16px;
	background:#323233;
	margin-left:10px;
	width:110px;
	height:28px;
	border:#36a8ff 1px solid;
	line-height: 26px;
	margin-top: 10px;
}

#warning{
	color: #fcb3b3;
	height: 40px;
    font-size: 14px;
	
}
.clear{ clear:both;}
.grecaptcha-badge { visibility: hidden; }	
.reCAPTCHA {
    color:#bcbaba;
    width:100%;    
    font-size: 10px;
    line-height: 10px;
    position: relative;
    text-align: left;
    margin-left:5px;       
  }	
