.xmgl{
	line-height:60px;
	height:60px;
	background:#E5E5E5;
	}
.xmgl-title h4{margin:0;line-height:60px;}
.step{
	display:block;
	width:100%;
	margin-top:40px;
	height: 60px;
	border:1px solid #d4d4d4;

}
.step .step1{
	display:block;
	float:left;
	width:50%;
	height:100%;
	line-height:60px;
	text-align:center;
	font-size:26px;
	font-weight: bold;
	color:#3db1fa;
	background: url(../images/next.png) no-repeat right center;
}
.step .step2{
	display:block;
	float:left;
	width:50%;
	height:100%;
	line-height:60px;
	text-align:center;
	font-size:26px;
	color:#666;
}
.create-form{
	margin-bottom:80px;
}
.create-form table{
	width:100%;
}
.create-form table tr{
	display:block;
	margin-top:20px;
	width:100%;
}
.create-form table tr .input-text{
	padding-left: 10px;
	display:block;
	width:400px;
	height:40px;
	border:1px solid #d4d4d4;
	float:left;;

}
.create-form table tr .input-text-last{
	padding-left: 10px;
	display:block;
	width:240px;
	height:40px;
	border:1px solid #d4d4d4;
	float:left;
}
.create-form table .verification{
	height:40px;
	width:150px;
	-webkit-background-size: contain;
	background-size: contain;
	margin-left:10px;
}
.create-form table .wrong{
	height:20px;
	width:20px;
	-webkit-background-size: contain;
	background-size: contain;
	margin-left:10px;
	margin-top:10px;
}
.create-form .td-left{
	width:120px;
	text-align:right;
}
.create-form table .aggrement{
	padding-left: 120px;
	font-size:14px;
	font-weight:normal;
}

.create-form table .agree{
	display:block;
	border:1px solid #3db1fa;
	background-color:#Fff;
	border-radius:5px;
	height:40px;
	width:100px;
	line-height:40px;
	text-align:center;
	font-size:20px;
	color:#3db1fa;
	margin-left:420px;
}
.create-form table .agree:hover{
	background-color: #3db1fa;
	color:#fff;
}