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;
	/*box-sizing: border-box;*/
}

.settle-navigation-item-focus {
	font-weight: bold;
	border-bottom: 3px solid #aaa;
	color:#ca3;
}

.settle-review-container {
	background:#fff;
    display:none;
	padding-bottom:30px;
	padding-top: 30px;
}

.settle-progress-container {
	width:600px;
	height:44px;

	margin-bottom: 30px;
}

h2 {
	font-size:18px;
	text-indent: 8em;
	color:#66d;
	font-weight: bold;
	line-height: 30px;
	margin:5px 0;
	margin-top:20px;
}

table#review-table {
	width:900px;
	margin:5px auto;
}

td {
	width:225px;
	height:30px;
	line-height: 30px;
	text-align: center;
	border:1px solid #ccc;
}

thead td {
	background:#eef;
	font-weight: bold;
}

/**/

.settle-review-success-container {
	background:#fff;
	padding-bottom:30px;
	padding-top: 30px;
	position: relative;
}

.settle-review-success-container h2 {
	text-align: center;
	text-indent: 0;
	margin-bottom:50px;
	margin-top:50px;
}

.review-success {
	width:600px;
	margin-top:50px;
	margin:0 auto;
	text-align: center;
}

.review-success p {
	font-size:16px;
}

.review-success span {
	font-size:20px;
}

#start-btn {
	width:140px;
	height:30px;
	line-height: 27px;
	margin:0 auto;
	display: block;
	margin-top:30px;
	background:#99f;
	border:none;
	outline:none;
	color:#fff;
	border-radius:5px;
}

#start-btn:active {
	box-shadow: 0 3px 5px rgba(66,66,66,0.3) inset;
}

#passed-pic {
	position: absolute;
	right:200px;
	width:200px;
	height:50px;
	color:#f33;
	border:3px solid #f33;
	font-size:30px;
	line-height: 47px;
	text-align:center;
	/*transform: rotate(-20deg);*/
	transition: all 0.4s ease;
	cursor: pointer;
}

#passed-pic:hover {
	border-color:#fff;
	-webkit-filter:drop-shadow(0 0 2px rgba(66,66,66,0.5));
	box-shadow: 0 0 2px rgba(66,66,66,0.5);
	transform:translateY(-5px);
}



