input::-webkit-input-placeholder {
	color:#aaa;
	margin-left:3px;
}

.main-container {
	width:100%;
	padding-top:30px;
	/*background:#eee;*/
}

.settle-outer-container {
	width:1130px;
	margin:0 auto;
	padding-bottom:40px;
	background: #fff;
}

.settle-navigation {
	width:100%;
	height:60px;
	border-bottom: 1px solid #ccc;
}

.settle-navigation ul {
	
}

.settle-navigation ul li {
	float:left;
	height:60px;
	line-height: 60px;
	font-size:18px;
	margin:0 20px;
}

.settle-navigation-item-focus {
	font-weight: bold;
	border-bottom: 3px solid #aaa;
	color:#ca3;
}

.settle-store-info-container {
	background:#fff;
	padding-bottom:30px;
	padding-top: 30px;
}

.settle-progress-container {
	width:600px;
	height:44px;

	margin-bottom: 30px;
}

.settle-store-info-left-container {
	width:50%;
	float:left;
	box-sizing: border-box;
}

h2 {
	font-size:18px;
	text-indent: 8em;
	color:#66d;
	font-weight: bold;
	line-height: 30px;
	margin:5px 0;
	margin-top:20px;
}

.store-key {
	clear:both;
	width:200px;
	float:left;
	text-align: right;
	margin-right:5px;
	line-height: 25px;
}

.store-value {
	width:200px;
	float:left;
	line-height: 25px;
}

.settle-store-info-right-container {
	width:50%;
	float:left;
	box-sizing: border-box;
	border-left:1px solid #ccc;
	padding-bottom: 50px;
}

.agreement-container {
	width:500px;
	margin:0 auto;
	height:250px;
	overflow-y:scroll;
	border:1px solid #ccc;
}

input[type="text"] {
	margin-top:3px;
}


.next-btn-group label {
	color:#666;
}

#agree {
	
}

.next-btn-group {
	width:200px;
	height:30px;
	margin-top:20px;
	float:right;
	margin-right:10px;
}

#next {
	width:120px;
	height:30px;
	float:right;
	margin-right:50px;
	margin-top:10px;
	display: block;
}



