* {
	margin: 0 auto;
}

#_start {
	z-index: 999;
	position: fixed;
	top: 10%;
	left: 38% !important;
	width: 0px;
	background: #daeff8;
	color: white;
	text-align: center;
	line-height: 40px;
}

#_close {
	float: right;
	height: 0px;
	width: 0px;
	background: none;
	color: D6E9C6;
	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: 30px;
}

#lab1 {
	width: 330px;
	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;
	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: 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: 100px;
	height: 40px;
	border-radius: 0;
	margin-top: 20px;
}

/*注册按钮*/
#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;
}

/*微博登录样式*/
#login_WB {
	width: 150px;
	height: 40px;
	float: right;
	border-radius: 0;
}

/*登录表单容器*/
#form_container1 {
	width: 330px;
	height: 240px;
	border-bottom: 1px solid #FFFFFF;
}

/*注册表单容器*/
#form_container2 {
	width: 330px;
	height: 300px;
	border-bottom: 1px solid #FFFFFF;
}