/* select box*/

.jquery-selectbox {
	position: relative;
	height: 16px;
	border: 1px solid #A7A6AA;
	width: 100px;
	z-index: 0;
	float: left;
	display: inline;
	margin: 0px 4px 4px 0;
	font-size: 135%;
	color: #4e4e4e;
	padding: 0;
	background: #ffffff;
	width: 300px;
	height: 26px;
}
.jquery-selectbox.selecthover {
	background: #aaaaa;
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 6px;
	_padding: 5px 0px 0px 4px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	width: 250px;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 27px;
	left: -1px;
	background: #ffffff;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #A7A6AA;
	width: 300px;
	font-weight: bold;
	font-size: 12px;
	color: #4e4e4e;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url(../images/selecBoxButton2Hover.gif);
	width: 20px;
	height: 26px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url(../images/selecBoxButton2.gif);
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #0D3476;
	color: #ffffff;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	width: 298px;
	height: 18px;
	padding-top: 3px;
	padding-left: 2px;
	border-bottom: 1px solid #A7A6AA;
}

.demoTarget2 {
	float: left;
	width: auto;
	height: 29px;
}
