.register_all {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	margin-top: 20px;
}

.register_content {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	width: 1000px;
	border: 0;
	border-radius: 0px;
}

.register_table {
	border-collapse: collapse;
	border: 0;
	width: 98%;
}

.register_table td {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	border: 1px solid #aaa;
	padding: 15px 8px 14px 8px;
	text-align: left;
}

.register_table th {
	font-size: 16px;
	font-family: "Microsoft YaHei";
	border: 1px solid #aaa;
	padding: 15px 8px 14px 8px;
	text-align: right;
}

.register_button {
	background: #579;
	font-size: 15px;
	font-family: "Microsoft YaHei";
	font-weight: bold;
	padding: 8px 20px 7px 20px;
	border: 0;
	border-radius: 0px;
	color: white;
}

.register_title {
	font-size: 28px;
	font-family: "Microsoft YaHei";
	font-weight: bold;
	padding: 20px;
	letter-spacing: 1px;
}

.register_text {
	padding: 3px;
	width: 300px;
	font-size: 14px;
	font-family: "Microsoft YaHei";
}

.register_must {
	font-size: 15px;
	color: #222;
}

.register_select {
	padding: 2px;
	font-size: 14px;
	width: 99px;
}

.register_error_text {
	color: #333;
	font-size: 14px;
	font-family: "Microsoft YaHei";
}

.register_radio_left {
	color: #111;
	font-size: 15px;
	font-family: "Microsoft YaHei";
	margin-right: 24px;
}

.register_radio_right {
	color: #111;
	font-size: 15px;
	font-family: "Microsoft YaHei";
}

.register_radio_left_1 {
	color: #111;
	font-size: 15px;
	font-family: "Microsoft YaHei";
	margin-right: 40px;
}

.register_radio_left_2 {
	color: #111;
	font-size: 15px;
	font-family: "Microsoft YaHei";
	margin-right: 15px;
}

.register_code_text {
	padding: 3px;
	width: 80px;
	font-size: 14px;
	font-family: "Microsoft YaHei";
}

.register_read span {
	font-size: 15px;
	font-family: "Microsoft YaHei";
}

.register_read_bg {
	position: fixed;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #789;
	filter: alpha(opacity = 50);
	opacity: 0.5;
	z-index: 5;
	display: none;
}

.register_read_content_bg {
	position: fixed;
	background: white;
	left: 10%;
	top: 2%;
	width: 80%;
	height: 80%;
	z-index: 6;
	padding: 40px;
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
}

.register_read_content_bg p {
	font-size: 15px;
	font-family: "Microsoft YaHei";
	letter-spacing: 0.5px;
	line-height: 150%;
}

.register_read_close_button {
	font-size: 15px;
	padding: 4px 20px 3px 20px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
	color: white;
	background: #579;
	border: 0;
	border-radius: 0px;
}

.register_read a {
	text-decoration: none;
	font-size: 15px;
	font-family: "Microsoft YaHei";
	color: #111;
}

.see_no {
	font-size: 15px;
	font-family: "Microsoft YaHei";
	margin-left: 10px;
}

.register_ul li {
	list-style: none;
	float: left;
	vertical-align: middle;
}

.register_ul input {
	vertical-align: middle;
	margin-left: -25px;
}

.register_ul label {
	vertical-align: middle;
	padding: 5px;
}

.day {
	text-align: center;
}

.month {
	text-align: center;
	margin: 10px;
}

.year {
	text-align: center;
	margin: 10px;
}

.new, .old {
	color: #888;
}