* {
	margin: 0 auto;
}

#_start {
	/*position:absolute;*/
	height: 0px;
	width: 0px;
	background: #D6E9C6;
	color: white;
	text-align: center;
	line-height: 40px;
}

#login_container {
	width: 420px;
	text-align: center;
	margin-top:20px;
	
}

 #regist_container {
	width: 420px;
	text-align: center;
	display: none;
	
}

#lab1 {
	width: 420px;
	border-bottom: 1px solid #000000;
	text-align: left;
	font-family: '微软雅黑';
}

#lab_login {
	font-size: 30px;
	height: 40px;
	color: #000000;
}

#lab_toRegist,#lab_toLogin {
	font-size: 15px;
	
	float: right;
	color: #000000;
}

#lab_type1,
#lab_type2 {
	font-size: 16px;
	float: left;
	color: #8C8C8C;
}

#login_number,
#login_password {
	height: 50px;
	border-radius: 0;
	margin-top: 10px;
}

/* 注册表单 开始 */
#regist_account,
#regist_password1,
#regist_password2,
#regist_phone,
#regist_vcode
{
	height: 42px;
	border-radius: 0;
	margin-top: 5px;
}
#regist_vcode{
	width:200px;
	display: inline-block;
	float: left;
}
/* 注册表单 结束 */

/*获取验证码*/
#getVCode{
	width:125px;
	height: 40px;
	border-radius: 0;
	margin-top: 6px;
	float: right;
}
/*登陆按钮*/
#login_btn {
	float: left;
	width: 100%;
	height: 40px;
	border-radius: 0;
	margin-top: 20px;
}
#login_mqbtn {
	float: left;
	width: 100%;
	height: 40px;
	border-radius: 0;
	margin-top: 20px;
}
/*注册按钮*/
#regist_btn{
	width: 420px;
	height: 40px;
	border-radius: 0;
	margin-top: 20px;
}

/*Google登陆样式*/
#login_google {
	
	height: 40px;
	float: left;
	width:420px;
	border-radius:0;
}
#reg_google {
	height: 40px;
	float: left;
	width: 100%;
	border-radius: 0;
}

/*登陆表单容器*/
#form_container1 {
	width: 420px;
	height: 160px;
	border-bottom: 1px solid #FFFFFF;
}
/*登陆表单容器*/
#form_container3 {
	width: 420px;
	height: 160px;
	border-bottom: 1px solid #FFFFFF;
}
/*注册表单容器*/
#form_container2 {
	width: 420px;
	height: 300px;
	border-bottom: 1px solid #FFFFFF;
}