.se-search-box{
	width: 100%;
	background: #fdfbf6;
	border: 1px solid #9e8458;
	margin-top: 18px;
}
.se-search{
	width: 870px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.se-search tr{
	height: 50px;
}
.se-search thead .add-box .add{
	background: url(../img/add.png) no-repeat;
	width: 28px;
	height: 28px;
	display: block;
	float: left;
	cursor: pointer;
	margin-left: 24px;
	margin-right: 16px;
}
.se-search thead .add-box .reduce{
	background: url(../img/reduce.png) no-repeat;
	width: 28px;
	height: 28px;
	display: block;
	float: left;
	cursor: pointer;
}
.option select{
	height: 36px;
	line-height: 36px;
}
.option{
	height: 36px;
	border: none;
}
.se-search  .Input{
	width: 600px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #ac0e14;
	font-family: "微软雅黑";
}
.search-btn{
	width: 100px;
	height: 40px;
	border-radius: 3px;
	display: block;
	background: #b70e14;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: "微软雅黑";
	cursor: pointer;
	float: right;
	margin-right: 7px;
	margin-top: 18px;
}
.search-btn:hover{
	color:#fff;
}
