@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	font-size: 12px;
	color: #555;
	font-family:微软雅黑, "Microsoft Yahei", tahoma;
}
}
body {
	background-color: #FFF;
}

div.searchpanel {
	
}
div.searchpanel div.searchpanelleft {
	float:left;
	width: 25%;
	border: 1px solid #ddd;
}
div.searchpanel div.searchpanelleft div.searchpanelleftitems {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	color: #555;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 30px;
	position: relative;
	background-color: #eee;
}
div.searchpanel div.searchpanelleft div.searchpanelleftitems:first-child {
	border-top: none;
}
div.searchpanel div.searchpanelleft div.searchpanelleftitems div.arrow {
	width: 30px;
	left: 10px;
	height: 30px;
	position: absolute;
	background: url(../images/agriculture/arrows.png) no-repeat center center;
}
div.searchpanel div.searchpanelleft div.searchpanelleftitems div.arrow.selected {
	background-image:url(../images/agriculture/arrowsdown.png);
}
div.searchpanel div.searchpanelleft div.searchpanelleftmenus {
	background-color: #fff;
	overflow: auto;
	display: none;
}
div.searchpanel div.searchpanelleft div.searchpanelleftmenus ul.ztree {
	margin-left: 15px;
}
div.searchpanel div.searchpanelleft div.searchpanelleftmenus div {
	line-height: 30px;
	background-image: url(../images/agriculture/arrows.png);
	background-color: white;
	background-repeat:no-repeat;
	cursor: pointer;
	/*
	text-indent: 40px;
	background-position: 20px center;
	*/
}
div.searchpanel div.searchpanelleft div.searchpanelleftmenus div:hover {
	background-color: #EEE;	
}
div.searchpanel div.searchpanelright {
	display: inline-block;
	float:right;
	border: 1px solid #ddd;
	width: 74%;
}
div.searchpanel div.searchpanelright div.searchinput {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #ccc;
	background-image: url(../images/agriculture/searchinpuback.png); 
	background-repeat: repeat-x;
}
div.searchpanel div.searchpanelright div.searchinput div.searchinputpanel {
	display: inline-block;
	float: left;
}
div.searchpanel div.searchpanelright div.searchinput div.searchinputpanel label {
	margin-left: 10px;
}
div.searchpanel div.searchpanelright div.searchinput div.searchinputpanel select {
	max-width: 120px;
	*width: 14%;
}
div.searchpanel div.searchpanelright div.searchinput div.search {
	display: inline-block;
	float: right;
	background-color: #479b4c;
	color: white;
	height: 25px;
	line-height: 23px;
	text-align: center;
	width: 50px;
	margin-top: 10px;
	margin-right: 10px;
	cursor: pointer;
	border-radius: 10px;
}
