.easy-select-box{
	background: #F5FAFD;
	border: 1px solid #2496e8;
	border-radius: 5px;
	 -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	text-align:left;
	font-size:14px;
	width: 80%;
	margin:5px auto;
}
.easy-select-box .esb-displayer{
	background: url(./images/select-box-arrow_2.png) no-repeat right top;
	cursor: default;
	height: 35px;
	line-height:35px;
	padding:0 3px;
	text-indent: 5px;
	width: 98%;
}
.easy-select-box .esb-displayer:hover {
	filter: alpha(opacity=80);
	-ms-filter: 'alpha(opacity=80)';
	opacity: .8;
}
.easy-select-box:hover .esb-displayer{
	text-decoration:none;
}
.easy-select-box.disabled .esb-displayer,
.easy-select-box:hover.disabled .esb-displayer{
	background-position: 0 -36px;
}
.easy-select-box .esb-dropdown{
	background: #F5FAFD;
	border: 1px solid #2496e8;
	display: none;
	line-height:20px;
	max-height: 300px;
	overflow: auto;
	position: absolute;
	z-index: 999;
	width: 98%;
}
.easy-select-box	.esb-item{
	padding:5px 8px;
	border-bottom: 1px dotted #2496e8;
	cursor:default;
}

.esb-item:last-child{
	padding:5px 8px;
	border-bottom: 0px dotted #2496e8;
	cursor:default;
}


.easy-select-box .esb-item:hover{
	background:#11ace3;
	color:#FFFFFF;
	text-decoration:none;
}