@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
/*自定义下拉框*/
.mySelect input {
	float: left;
	height: 22px !important;
	border: 1px solid #ccc; 
	padding-top:0 !important;
	padding-left:3px !important;
	padding-bottom:0 !important;
	line-height:22px;
}
.mySelect {
	display: inline-block;
	_margin-left: 3px;
	position: relative;
	zoom:1;
	*display:inline;
}
.mySelect a {
	background-image: url(sheepselect.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 24px;
	width: 34px;
	float: left;
}
.mySelect ul {
	display: block;
	background-color: #FFFFFF;
	position: absolute;
	overflow: auto;
	max-height:300px;
	z-index: 50;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}
.mySelect ul li {
	list-style-type: none;
	display: block;
	padding-top: 0px;
	font-weight: normal;
	background-image: none;
	padding-left: 5px;
	padding-bottom: 0px;
	min-height:21px;
	height:21px;
	_height:21px;
	line-height: 21px;
	background-color: #f5f5f5;
	overflow: hidden;
	cursor:pointer;
}
.mySelect ul li:hover {background-color:#e3e3e3;}
