/*  Select boxes  */
.jquery-selectbox  {
	position: relative; 
	height: 33px; 
	line-height: 28px; 
	z-index: 0; 
	float: left; 
	display: inline; 
	font-size: 11px; 
	color: #54564D; 
	padding: 0; 
	font-family:Tahoma, Geneva, sans-serif;
	color: #444;
	/*margin-right: 7px; */
	/*width:80px !important;*/
	top:2px;
}

.secure-form .jquery-selectbox  {
	margin: 0 5px 10px 0;
}
.jquery-selectbox.selecthover  {
	z-index: 700;
}	

.jquery-selectbox .jquery-selectbox-currentItem  {
	padding: 0; 
	text-indent:10px;
	white-space: nowrap; 
	display: block; 
	overflow: hidden; 
	/*padding: 0 0 0 10px;*/
}

.jquery-selectbox-currentItem  {
	cursor: pointer; 
}

.jquery-selectbox .jquery-selectbox-list  {
	display: none; 
	position: absolute; 
	top: 30px; 
	padding: 0px; 
	left: 0px; 
	width: 100px; 
	height: auto !important; 
	max-height: 150px; 
	overflow-x: hidden; 
	overflow-y: auto; 
	z-index: 1000; 
	border: 1px solid #C9C9C9; 
	background: #FFFFFF; 
	float: left;
}

.jquery-selectbox .jquery-selectbox-moreButton  {
	float: right; 
	display: inline; 
	width: 20px; 
	height: 33px; 
	cursor: pointer; 
	position: relative;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover  {
	background: #BFBFBF; 
	color: #EEE;
}

.jquery-selectbox .jquery-selectbox-item  {
	display: block; 
	cursor: default; 
	line-height: 20px; 
	padding: 0 4px;
}