@CHARSET "UTF-8";
.jquery-selectbox {
	position: relative;
	width:63px !important;
	height:20px;
	z-index: 0;
	float: right;
	display: inline;
	padding:0;
	margin:0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-indent:-9999px;
	text-align:left;
}
}
*+ html .jquery-selectbox {
	width:65 !important;
	padding:0;
}
* html .jquery-selectbox {
	padding:0;
}
.jquery-selectbox.selecthover {
	border-color: #DCDADA;
	z-index: 700;
}
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
.jquery-selectbox .jquery-selectbox-list{
	display: none;
	position: absolute;
	top:20px;
	padding:3px 0px 10px 0;
	width:63px !important;
	left:0;
	color:#000;
	z-index: 1000;
	text-indent:0px;
	background:#fff;
	font-size:90%;
height:auto !important;
}
*+ html .jquery-selectbox .jquery-selectbox-list{
	width:63px !important;
	padding:3px 0 20px 0;
}
* html .jquery-selectbox .jquery-selectbox-list{
	padding:3px 10px 10px 11px;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	display:inline;
	background: url(../img/lingue.gif) no-repeat 0 5px;
	width: 63px;
	height: 20px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url(../img/lingue.gif) no-repeat 0 5px;
}
.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background:#d4d4d4;
	color:#fff;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	padding:0 2px;
}
/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
}
