.btn-select {
	position: relative;
	display: inline-block;
	/*width: 60px;*/
	height: 25px;
	background-color: #f80;
	font: 14px/20px "Microsoft YaHei";
	color: #fff;
}

.btn-select .cur-select {
	position: absolute;
	display: block;
	/*width: 60px;*/
	height: 25px;
	line-height: 25px;
	background: #f80 url(/common/images/ico-arrow.png) no-repeat 125px
		center;
	text-indent: 10px;
}

.btn-select:hover .cur-select {
	BORDER-BOTTOM: none;
	background-color: #f90;
}

.btn-select select {
	position: absolute;
	top: 0;
	left: 0;
	/*width: 60px;*/
	height: 25px;
	opacity: 0;
	filter: alpha(opacity :       0; );
	font: 14px/20px "Microsoft YaHei";
	color: #f80;
}

.btn-select select option {
	text-indent: 10px;
}

.btn-select select option:hover {
	background-color: #f80;
	color: #fff;
}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td
	{
	margin: 0;
	padding: 0;
}


ul,ol {
	list-style-type: none;
}

a.dropdown {
	color: #414141;
	cursor: pointer;
	text-decoration: none;
}

a.dropdown:hover {
	text-decoration: none;
}

.dropdown {
	background: url(../images/select_dropdown_bg.png) repeat-x left top
		transparent;
	border: 1px solid #D9D9D9;
	color: #454545;
	cursor: default;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}

.dropdown .dropdown-input {
	border-right: 1px solid #EDEDED;
	display: inline-block;
	padding: 0 10px;
}

.dropdown .dropdown-icon {
	background: url(../images/select_dropdown.gif) no-repeat center center
		transparent;
	border-left: 1px solid #FFFFFF;
	display: inline-block;
	width: 20px;
}

.mini-dropdown {
	height: 25px;
	line-height: 25px;
}
/* 显示下拉部分 */
.custom-scroll-bar {
	overflow-x: hidden;
	overflow-y: auto;
}

.dropdown-options {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #FFFFFF;
	border-color: #D9D9D9 #D9D9D9 #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-style: solid;
	border-width: 1px;
	display: block;
	margin-top: -1px;
	overflow-x: hidden;
	overflow-y: auto;
}

.dropdown-options li a {
	color: #454545;
	cursor: default;
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	white-space: nowrap;
	width: 120%;
}

.dropdown-options li a:hover {
	-moz-transition: color 0.15s linear 0s, background-color 0.3s linear 0s;
	color: #414141;
	cursor: pointer;
	background-color: #eee;
	text-decoration: none;
}

.dropdown-news {
	position: absolute;
	float: right;
	margin-right: 3px;
	top: 2px;
	right: 3px;
	height: 22px;
	line-height: 22px;
	background-color: #fff;
	width: 20px;
	text-align: center;
	cursor: pointer;
	border-left: 0px solid #D9D9D9;
}

.dropdown-list {
	position: absolute;
	display: none;
	z-index: 500;
	background-color: #ffffff;
	border: 1px solid #b2b2b2;
	padding: 5px;
}

.dropdown-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.dropdown-list li {
	font: 200 12px/2 Helvetica, Verdana, sans-serif;
	border-bottom: 1px solid #f5f5f5;
	display:inline;height:24px;line-height:24px;
}

.dropdown-list li:last-child {
	border: none;
}

.dropdown-list li a {
	text-decoration: none;
	color: #000;
	display: block;
	/*width: 200px;*/
	-webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
	-moz-transition: font-size 0.3s ease, background-color 0.3s ease;
	-o-transition: font-size 0.3s ease, background-color 0.3s ease;
	-ms-transition: font-size 0.3s ease, background-color 0.3s ease;
	transition: font-size 0.3s ease, background-color 0.3s ease;
}

.dropdown-list li a:hover {
	font-size: 12px;
	background: #f6f6f6;
}

.dropdown-no{
	width:16px;height:16px;line-height:16px;float:left;margin-right:5px;text-align:center;
	border:1px solid #ebebeb;
	margin-top:4px;	
	color:#ffffff;
	font-size:10px;
}

.dropdown label{
	margin-left: 5px;
	color: rgb(206, 11, 155);
}
.form-group.query{
	height: 25px;
	line-height: 25px;
	padding: 0px;
}
.form-group.query .btn.query{
	width: 80px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-top: -4px;
	border-radius: 0px;
}
.form-group.query input[type=text]{
	height: 28px;
	border-radius: 0px;
}

