.form-search-warp {
	border: solid 1px #BED5F3;
	padding: 10px 6px;
}

.serchbut {
	font-size: 14px;
	width: 75px;
	height: 30px;
	background-color: #6D9DCE;
	color: #fff;
	/* background:url(../../images/login/search.png) no-repeat;  */
	border: none;
	border-radius: 3px;
	cursor: pointer;
}

.serchbut:hover {
	background-color: #999;
}

.l-form ul {
	display: inline;
	clear: none;
	float: left;
}

.form-search-div {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.div-inline {
	display: inline-block;
}

.butdiv {
	height: 32px;
	vertical-align: top;
	margin-top: 8px;
}

v
.icon_member {
	display:inline-block;
	width:24px; 
	height:24px; 
	background:url(../../images/common/line/member.png) no-repeat; 
}

/* 修改/录入数据图标 */
.icon_modify {
	display:inline-block;
	width:24px; 
	height:24px; 
	background:url(../../images/common/line/modify.png) no-repeat;
}

/* 删除图标 */
.icon_delete {
	display:inline-block;
	width:24px; 
	height:24px; 
	background:url(../../images/common/line/delete.png) no-repeat; 
}

/* 查看图标 */
.icon_view {
	display:inline-block;
	width:24px; 
	height:24px; 
	background:url(../../images/common/line/view.png) no-repeat; 
}

/* 审核图标 */
.icon_audit {
	display:inline-block;
	width:24px; 
	height:24px; 
	background:url(../../images/common/line/audit.png) no-repeat; 
}

.stepBtn{
	display:inline-block;
	float:right; 
    width: 90px;
    height: 30px;
}
