<style>  * {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
}
body {
	background: url(../img/agag.jpg) no-repeat center;
}
.rg_layout {
	width: 800px;
	height: 500px;
	padding: 40px 0 0 0;
	border: 8px solid #EEEEEE;
	background-color: white;
	margin: 150px auto;  /*让div标签水平居中 */
	opacity: 0.75; /* 设置透明度*/
}
.rg_left {
	float: left;
	margin: 10px;
	width: 770px;
	text-align: center;
}
.rg_center {
	float: left;
	width: 770px;
}
.rg_right {
	float: right;
}
.p_reg {
	color: #ffd026;
	font-size: 28px;
}
.p_en {
	color: gray;
	font-size: 14px;
}
.rg_right > p:first-child {
	margin: 10px;
}
.rg_right p a {
	color: pink;
}
.td_left {
	width: 200px;
	text-align: right;
	height: 55px;
}
.td_right {
	padding-left: 40px;
}
#username, #password, #email, #name, #phone, #birthday, #checkcode {
	width: 450px;
	height: 32px;
	border: 1px solid gray;
	border-radius: 5px;   /* 设置边框圆角*/
	padding-left: 15px;
}
#checkcode {
	width: 110px;
}
#img_check {
	height: 32px;
	vertical-align: middle;
//垂直居中
}
#btn_sub {
	width: 150px;
	height: 40px;
	background-color: #FFD026;
	border: 1px solid #FFD026;
	border-radius: 6px;
	/* font-weight: bold; */
	margin-top: 20px;
}
 </style>
