*{margin: 0;padding:0;}
		.white_contents{
			width:924px;
			height: 382px;
			background: #EAEAEA;
			position: absolute;
/* 			left: 50%; */
/* 			top: 50%; */
/* 			margin-left: -462px; */
/* 			margin-top: 100px; */
			z-index: 10000000000;
			border: 5px solid #616161;
		}
		.white_closes { 
		    width: 30px;
		    height: 30px;
		    float: right;
		    right: 0;
		    top: -15px;
		    display: block;
		    position: absolute;
		    z-index: 1000000;
		    background: #fff;
		    border-radius: 15px 15px;
		    text-align: center;
		    line-height: 30px;
		    color: #000;
		    text-decoration: none;
		}
		.white_boxs {
		    width:463px;
		    height: 382px;
		    background: #EAEAEA;
		    overflow: hidden;
		    float: left;
		}
		.white_boxs  h1{
		    background: #EAEAEA;
		    overflow: hidden;
		    font-size: 20px;
		    height: 50px;
		    padding:10px 0;
		    line-height: 50px;
		    font-family: "Arial";
		    padding-left: 30px;
		}
	/* 	//form表单 */
		.box_tables {
			border-collapse:collapse;
			width: 96%;
			height:auto;
			margin: 0 auto;
			font-size:16px;
		}
		.box_tables  tr{
			margin-bottom: 15px;
		}
		.box_tables  td .input {
			width: 351px;
			height: 45px;
			line-height: 45px;
			padding-left: 10px;
			border-radius: 10px 10px;
			font-size: 16px;
			outline: 0;
			border: 1px solid #ccc;
			margin-left: 20px;
			margin-bottom: 5px;
		}
		.box_tables  .register{
			width: 80px;
			height: 40px;
			color:#D10D19;
			border: 0;
			outline: 0;
			font-size: 16px;
			float: left;
			padding-left: 10px;
			background:#EAEAEA }
		.box_tables  .login{
			width:80px;
			height: 40px;
			background: #D10D19;
			color: #fff;
			text-align: center;
			line-height: 40px;
			font-size: 16px;
			margin-left:220px;
			border: 0;
		}
		.black_overlay{
				position: absolute;
			    top: 0%;
			    left: 0%;
			    width: 100%;
			    height: 100%;
			    background-color: #000;
			    z-index: 100000;
			    -moz-opacity: 0.5;
			     -webkit-opacity: 0.5;
			    opacity: .50;
			    filter: alpha(opacity=50);
		}
		.box_tables td {
		    padding-left: 10px;
		    padding-top: 5px;
		    padding-bottom: 5px;
		}
		 .dialog{
	 		width: 459px;
			height: 382px;
			background: #C6C6C6;
			float: right;
		 }
		 .dialog h1{
		 	width: 225px;
		 	height: 46px;
		 	text-align: center;
		 	color: #fff;
		 	background:#D10D19;
		 	position: absolute;
		 	left: 50%;
		 	top: 50%;
		 	margin-left: 109px;
		 	margin-top: -30px;
		 	font-size: 16px;
		 	line-height: 46px;
		 }
		.black_overlay {
		    position: absolute;
		    top: 0%;
		    left: 0%;
		    width: 100%;
		    height: 100%;
		    background-color: #000;
		    z-index: 100000;
		    -moz-opacity: 0.5;
		    opacity: .50;
		    filter: alpha(opacity=50);
		}
		#theForms{
			border:0;
		}
		.codes {
			float: right;
			width: 100%;
			height:40px;


		}
		.codes .yzm{
			padding-left: 20px;
		}
		.codes .nosee a{
			padding-left: 5px;
			text-decoration: none;
			font-size: 14px;
			color: #333;
		}