input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:middle;
}
/* select2样式微调 */
.select2-selection{
	-webkit-transition:all 0.2s linear 0s !important;
	-moz-transition:all 0.2s linear 0s !important;
	-o-transition:all 0.2s linear 0s !important;
	transition:all 0.2s linear 0s !important;
}
.select2-selection:hover{
	border: solid 1px #3bb4f2 !important;
}

/*-----------------------------------------------------------------------------------------------------
	buttonArea用于放置页面内容部分的按钮和表单
  -----------------------------------------------------------------------------------------------------*/
/* 首先是关于searchbutton的样式 */
.btn-search{
	font-size: 1.25em;
}
:root .btn-search{
	font-size: 1.25em;
}

.buttonArea {
	min-height:45px;
	overflow:hidden; 
	line-height:45px;
	width:100%;
}
.buttonArea ul li{
	float:left;
}
 .buttonArea .search{
 	float:right;
 }
.buttonArea li{
	margin-right:4px;
}
.buttonArea .select{
	width:160px;
}
@media screen and (max-width:1400px){
	
	.buttonArea .search{float:left;min-width:100%;}
	
	.buttonArea	.btn-nor{
	  padding: 0px 5px;
	  font-size: 12px;
	  line-height:18px;
	  *line-height: 17px;
	  border-radius: 3px;
	}
	.buttonArea a.btn-nor{
	  *line-height: 21px;
	}

	.buttonArea	.size-nor{
	  font-size: 12px;
	  height: 23px;
	  *line-height: 23px;
	  padding: 2px 5px;
	}
	.buttonArea	.select.size-nor{
	  padding:0 1px;
	}
	.select2-container{
		height:23px;
	}
	
	.select2-selection,.select2-selection--single{
		height:23px !important;
	}

	.select2-selection__arrow{
		height:23px !important;
	}
	.select2-selection__rendered{
		line-height:23px !important;
	}
} 
/*-----------------------------------------------------------------------------------------------------
	NOW buttonArea区域结束
  -----------------------------------------------------------------------------------------------------*/