/*单独css*/
.content{
	margin: auto;
	margin-top: 60px;
	width: 930px;
	height: auto;
	background: rgba(247, 247, 247, 0.49);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fF7F7F7,endColorstr=#7fF7F7F7);
	border-radius: 10px;
	padding-top: 40px;
	padding-bottom: 40px;
}

input{
	width: 200px;
}

td {
	padding-top: 20px;
}

.td-1 {
	text-align: right;
	vertical-align: top;
}

.td-2 {
	text-align: left;
}

.w-notice{
	position: relative;
	top: 5px;
	display: inline-block;
	font-size: 12px;
	color: grey;
}

/*change*/
.btn-primary{
	width: 130px;
}

#imgVerify{
	cursor: pointer;
	height:27px;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: -5px;
}
.required-new{
	width:110px;
}

.getCode{
	display: inline-block;
	height: 24px;
	line-height: 3px;
	padding: 0px 4px;
	margin-left: 15px;
}

.btn-sure {
	margin-left: 30px;
}
