.import-flow .i-title,.import-operator .i-title {
	line-height: 28px;
	height: 28px;
	border-bottom: 2px solid #0093e7;
	text-align: left;
	font-weight: bold;
}
.import-flow .i-title .ico,.import-operator .i-title .ico{
	float: left;
	margin:6px 8px 0px 12px;
	
}

.import-flow .import-flow-img1{
	background: url("../images/excel-import-flow-1.png") no-repeat center;
	height: 190px;
}
.import-flow .import-flow-img2{
	background: url("../images/excel-import-flow-2.png") no-repeat center;
	height: 190px;
}
.import-flow .import-flow-img3{
	background: url("../images/excel-import-flow-3.png") no-repeat center;
	height: 190px;
}
.import-flow .import-flow-img4{
	background: url("../images/excel-import-flow-4.png") no-repeat center;
	height: 190px;
}
.import-operator .form{
	margin: auto;
	padding: 10px 0px 20px 0px;
	text-align: center;
	width: 800px;
}

.import-msg{
	border-top: 2px solid #fe8f00;
	color: #fe8f00;
	padding: 10px 40px;
}
.import-msg .i-title{
	font-weight: bold;
	height: 24px;
	text-align: left;
}

.property-slct{
	width: 90%;
}
tr.colMatched .ico{
	cursor: pointer;
}
.data-table table.table tbody tr.colUnMatched{
	background-color: rgb(236,236,236);
}