input::-webkit-input-placeholder {
	color:#aaa;
	margin-left:3px;
}

.main-container {
	width:100%;
	padding-bottom: 0 !important
	/*background:#eee;*/
}

.settle-outer-container {
	width:1130px;
	margin:0 auto;
	padding:20px;
	padding-bottom:40px;
}

.settle-title {
	font-size:18px;
	margin-bottom:10px;
}

.settle-container {
	
	background:#fff;
	padding-bottom:30px;
	padding-top: 30px;
}

.settle-inner-container {
	width:900px;
	
	margin:0 auto;
	text-align: left;
	background: #fff;
	overflow-y: scroll;
	border:1px solid #ccc;
	padding:20px;
}

.settle-inner-container h1 {
	font-size:20px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

.settle-inner-container h2 {
	font-size:15px;
	text-align: left;
	line-height: 20px;
	font-weight: 600;
}

.settle-inner-container p.p2 {
	text-indent: 2em;
	line-height: 18px;
}

.settle-inner-container p.p3 {
	text-indent: 4em;
}


.next-btn-group {
	width:100%;
	height:30px;
	margin-top:20px;
}

#next {
	width:120px;
	height:30px;
	margin:0 auto;
	display: block;
}

















