@CHARSET "UTF-8";
.jquery-selectbox {
	position: relative;
	height: 24px;
	z-index: 0;
	float: left;
	display: inline;
	margin: 0;
	background-image: url("../images/background_select_interesse.png");
	background-repeat: no-repeat;
}
.jquery-selectbox.selecthover {
	background-image: url("../images/background_select_interesse.png");
	background-repeat: no-repeat;
	z-index: 700;
}
.jquery-selectbox .jquery-selectbox-currentItem {
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	background-color: #FFF;
	width: 384px;
	height: 200px;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	position: absolute;
	top: 0px;
	right: -10px;
	float: right;
	width: 22px;
	height: 25px;
	cursor: pointer;
	background: url("../images/btn_select.png");
	background-repeat: no-repeat;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("../images/btn_select_hover.png");
	background-repeat: no-repeat;
}
.jquery-selectbox .jquery-selectbox-item.listelementhover {
	color: #333;
	cursor: pointer;
	background-color: #FFF;
}
.jquery-selectbox .jquery-selectbox-item {
	padding: 0;
	background-color: #FFF;
	display: block;
	cursor: default;
}