/**!
 * 青海省网上政务大厅-我要纠错
 * author: xiaolong;
 * date: 20180131
 */

.correct-note {
	padding-top: 28px;
}

.correct-note p {
	line-height: 20px;
	padding: 5px 20px;
	font-size: 14px;
	color: #666;
}

.mt30 {
	margin-top: 30px;
}

.matter-info-header {
	height: 32px;
	background-image: url("../images/error/repeat-bg.png");
}

.note {
	display: inline-block;
	text-indent: 20px;
	line-height: 25px;
	font-size: 16px;
	color: #333;
}

.correct-wrap {
	padding-top: 40px;
	padding-bottom: 60px;
}

/*表单样式复写*/

.form-row label {
	width: 146px;
}

.form-input {
	width: 403px;
}

.form-input.long {
	width: 878px;
}

.form-validateimg {
	margin-left: 0;
}

.form-input.small {
	width: 303px;
}

.form-textarea {
	width: 880px;
}

.form-btn-row {
	font-size: 0;
}

.btn-submit {
	width: 160px;
	height: 42px;
	line-height: 42px;
	margin-right: 10px;
}

.btn-cancle {
	display: inline-block;
	width: 160px;
	height: 40px;
	margin-left: 10px;
	border: 1px solid #72beff;
	line-height: 40px;
	text-align: center;
	color: #1492ff;
	font-size: 16px;
	border-radius: 2px;
}

.content-note {
	line-height: 14px;
	padding-top: 10px;
	font-size: 14px;
	color: #666;
	padding-left: 154px;
}

