/** {
	margin: 0 auto;
}*/

#_start {
	/*position:absolute;*/
	height: 0px;
	width: 0px;
	background: rgba(136,193,2,1);
	color: white;
	text-align: center;
	line-height: 40px;
}

#_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: 30px auto 0 auto;
}

#lab1 {
	/*width: 330px;*/
	border-bottom: 1px solid #fff;
	text-align: left;
	font-family: '微软雅黑';
}

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

#lab_toRegist,#lab_toLogin {
	font-size: 15px;
	line-height: 55px;
	float: right;
	color: #fff;
}

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

#login_number,
#login_password,
#login_verify
{
	height: 50px;
	border-radius: 0;
	margin-top: 10px;
}
#login_verify{
	width: 70%;float: left;
}
.verify{
	float: right;
	width: 25%;
	margin-top: 10px;
	height: 50px;
}

/* 注册表单 开始 */
#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;
	margin-bottom: 20px;
}
/*记住密码，找回密码*/
#rememberOrfindPwd {
	display: inline-block;
	height: 40px;
	line-height: 52px;
	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: 100%;padding-bottom: 50px;
	/*border-bottom: 1px solid #FFFFFF;*/
}
/*注册表单容器*/
#form_container2 {
	/*width: 330px;*/
	height: 100%;padding-bottom: 50px;
	border-bottom: 1px solid #FFFFFF;
}

.bdred{
	border: 2px solid red;
}
.bdgr{
	border: 2px solid green;
}



