/* Core CSS. Do not edit unless your sure */
.easy-select-box{
	display: inline-block;
	position: relative;
}
.easy-select-box .esb-dropdown{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	display: none;
}

/* Default Presentation CSS. You can edit appearance here or create a custom class below */
.easy-select-box{
	border: 1px solid #5cabee;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: url(/sy/common/img/form/selected1_bg.png) repeat-x 0px bottom #ffffff;
	color: #0c2245;
    behavior: url(PIE.htc);
}
.easy-select-box .esb-displayer{
	height: 18px;
	height: 1.5em;
	padding: 2px 32px 1px 7px;
	background: url(/sy/common/img/form/selected1_arrow.png) no-repeat right center;
	cursor: default;
}
dd#type .esb-displayer{
	width: 121px;
	width: 10em;
}
dd#pref .esb-displayer{
	width: 111px;
	width: 9.3em;
}
dd#month .esb-displayer{
	width: 31px;
	width: 2.6em;
	letter-spacing: 3px;
}
.easy-select-box:hover .esb-displayer{
	cursor: pointer;
}
.easy-select-box.disabled .esb-displayer,
.easy-select-box:hover.disabled .esb-displayer{
	background-position: 0 -36px;
}
.easy-select-box .esb-dropdown{
	border: 1px solid #cccccc;
	width: 116px;
	max-height: 200px;
	overflow: auto;
	background: #FFFFFF;
}
.easy-select-box .esb-dropdown .esb-item{
	padding: 3px;
	background: #FFFFFF;
	color: #0c2245;
	cursor: default;
}
.easy-select-box .esb-dropdown .esb-item:hover{
	background: #3399ff;
	color: #FFFFFF;
	text-decoration: none;
}


/* Custom Presentation CSS. You can edit appearance here */
.easy-select-box-nice{
	text-align: left;
	color: #0c2245;
	min-width: 200px;
}
.easy-select-box-nice .esb-displayer{
	background:  url(images/bg-select-2.png) no-repeat right 0;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 0 5px;
	height: 37px;
	line-height: 37px;
	cursor:  default;
	border-radius: 10px;
}
.easy-select-box-nice:hover .esb-displayer{
	background-position: right -37px;
}
.easy-select-box-nice.disabled .esb-displayer,
.easy-select-box-nice:hover.disabled .esb-displayer{
	background-position: right -74px;
	color: #ccc;
}
.easy-select-box-nice .esb-dropdown{
	border: 1px solid #cccccc;
	background: #FFFFFF;
}
.easy-select-box-nice .esb-dropdown .esb-item{
	padding: 3px 5px;
	cursor: default;
}
.easy-select-box-nice .esb-dropdown .esb-item:hover{
	background: #3399ff;
	color: #FFFFFF;
}

