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-notice-container {
	background:#fff;
	padding-bottom:30px;
	padding-top: 30px;
}

.settle-progress-container {
	width:600px;
	height:44px;

}

.settle-notice-inner-container {
	width:900px;
	height:200px;
	margin:0 auto;
	text-align: left;
	background: #fff;
	margin-top:20px;
	padding:20px;
}



.settle-notice-inner-container p {
	text-indent: 2em;
	line-height: 18px;
}

.settle-notice-inner-container span {
	color:#55e;
	margin:0 2px;
}

.settle-notice-inner-container .tip {
	color:#888;
}

.next-btn-group {
	width:100%;
	height:30px;
	margin-top:20px;
}

#next {
	width:220px;
	height:30px;
	margin:0 auto;
	display: block;
}

















