@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	z-index: 0;
	display: block;
	padding: 2px 0 2px 0;
	height: 22px;
	background: #fff;
	color: #000;
	font: 12px/22px Arial, sans-serif;
}
.connect_form .jquery-selectbox {
	width: 340px;
}

.jquery-selectbox.selecthover {
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	height: 22px;
	padding: 0 7px 0 5px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 700;

	background: #fff;
	border: 1px solid #c6c6c6;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.connect_form .jquery-selectbox-currentItem  {
	border: 1px solid #c6c6c6;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 18px;
	padding: 8px 2px 2px;
	left: 0px;
	background: #fff;
	width: 100px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 600;
	border: 1px solid #979797;
}
.connect_form .jquery-selectbox-list  {
	border: 1px solid #c6c6c6;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	position: absolute;
	top: 2px;
	right: 0px;
	z-index: 1000;
	width: 100%;
	height: 23px;
	cursor: pointer;
	background: url('../../img/select.png') right 0 no-repeat;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #02a8e4;
	color: #fff;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	line-height: 18px;
	padding: 0 4px;
}