
.count{
	margin:0 auto;
	width:1000px;
	height:800px;
	border: 1px solid #CECECE;
	margin-top: 50px;
	background-color: #F5F5F5;
}
.step1{
	width:720px;
	height:60px;
	margin-top:40px;
	background-color: white;
	background: url("../images/stepone.png")  no-repeat transparent;
}
.step2{
	width:720px;
	height:60px;
	margin-top:40px;
	background-color: white;
	background: url("../images/steptwo.png")  no-repeat transparent;
}
.step3{
	width:720px;
	height:60px;
	margin-top:40px;
	background-color: white;
	background: url("../images/stepthree.png")  no-repeat transparent;
}
.title{
	width:400px;
	height:40px;
	margin-top:40px;
	background-color: white;
}
.register{
	width:810px;
	height:610px;
	margin-left:90px;
	background-color: white;
	font-size: 13px;
}
.registerFrom{
	
}
.registerFrom li{
	margin-top: 5px;
}
.registerFrom span{
color: red;
}
.registerFrom label{
}
.registerFrom select{
}
.retable{
	width:80%;
	height:600px;
	margin-left:100px;
	font-family: "微软雅黑";
	font-size:15px;
	}
.retable tr{
	}
.retable input{
	width:200px;
	height:23px;
	/*font-family: "微软雅黑";*/
	font-family: "Arial","Microsoft YaHei","黑体","宋体";
	font-size:15px;
	}
.retable select {
	width:80%;
	height:23px;
	/*font-family: "微软雅黑";*/
	font-family: "Arial","Microsoft YaHei","黑体","宋体";
	font-size:15px;
	}
.retable span{
	margin-right:5px;
	width:10px;
	color: red;
	}
.subregi{
	background: url("../images/subr.png") no-repeat scroll 0 0 transparent;
	text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    font-family: "微软雅黑";
    font-size: 16px;
    height: 49px;
    line-height: 28px;
    text-align: center;
    width: 182px;
	
	cursor: pointer;
	}
 