.register_window{
	position: relative;
	width:350px;
	height: 510px;
	padding: 10px;
	background: #fff;
	text-align: center;
	margin: auto;
	margin-top: 120px;
}
.register_window div{
	position: relative;
	height: 54px;
	width: 292px;
	margin: auto;
	text-align: center;
}
.register_window input[type='button'],.register_main input[type='text'],.register_choose{
	width: 280px;
	height: 36px;
	padding: 5px;
	padding-top: 0;
	line-height: 36px;
	padding-bottom: 0;
}
.register_choose{
	margin: auto;
	width: 290px;
	margin-top: 15px;
}
.register_choose input[type='checkbox']{
	margin-top: 12px;
}
.register_choose input[type='checkbox'],.register_choose p{
	float: left;
	line-height: 36px;
	color: #999;
}
.register_verification{
	position: relative;
}
.register_verification p{
	position: absolute;
	width: 99px;
	right: 0;
	top: 1px;
	font-size: 14px;
	line-height: 36px;
	color: #000;
	height: 36px;
	border-left: 1px solid #B2B2B2;
	cursor: pointer;
}
.register_verification input[type='text']{
	padding-right: 100px;
	width: 185px;
}

a{
	color: #F8B600;
	text-decoration: none;
}
.register_window input[type='button']{
	cursor: pointer;
	width: 290px;
}
div.register_one{
	margin-top: 40px;
}
.login_window{
	height: 360px;
	margin-top: 150px;
}
.login_window span{
	color: #999999;
	float: right;
}
.go_register{
	width: calc(100% - 64px);
	padding-left: 64px;
	height: 30px;
}
.go_register span{
	float: left;
}
.go_register p{
	float: left;
	cursor: pointer;
	color: #000000;
}
