* {
	margin: 0 auto;
}

.jq22-flexView{
background: #D6E9C6;
}
#_start {
	position:absolute;
	height: 520px;
	width: 380px;
	
	color: white;
	text-align: center;
	line-height: 40px;
	left: 50%;
	margin-left: -190px;
	top: 50px;
}

#_close {
	float: right;
	height: 0px;
	width: 0px;
	background: none;
	color: white;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

#login_container,#regist_container {
	width: 360px;
	text-align: center;
	display: none;
	margin-top: 50px;
}

#lab1 {
	
	text-align:center;
	font-family: '微软雅黑';
}

#lab_login {
	font-size: 30px;
	height: 40px;
	color: #638b92;
}

#lab_toRegist,#lab_toLogin {
	font-size: 15px;
	line-height: 55px;
	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:20px;
}

/* 注册表单 开始 */
#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 {
	
	width: 140px;
	height: 40px;
	border-radius: 5px;
	margin: 20px auto ;
}
/*注册按钮*/
#regist_btn{
	width: 330px;
	height: 40px;
	border-radius: 0;
	margin-top: 20px;
}
/*记住密码，找回密码*/
#rememberOrfindPwd {
	display: inline-block;
	height: 40px;
	line-height: 70px;
	margin-top: 15px;
	float: right;
}
/*QQ登陆样式*/
#login_QQ {
	width: 150px;
	height: 40px;
	float: left;
	border-radius: 0;
}
/*微博登陆样式*/
.to-regist {
	width: 120px;
	height: 40px;
	float: left;
	border-radius: 0;
	margin-left: 40px;
}
/*登陆表单容器*/
#form_container1 {
	width: 330px;
	height: 240px;
	
	margin: 15px auto;
}
/*注册表单容器*/
#form_container2 {
	width: 330px;
	height: 300px;
	border-bottom: 1px solid #FFFFFF;
}