div.selectbox-wrapper {
	border:1px solid #c3c3c3;
	position: absolute;
	z-index:100;
	text-align: left;
	margin: 0;
	width: 400px;
	height: auto;
	max-height:500px;
	overflow:auto;
	padding:1px;
	margin-left:-2px;
	color:#6b6b6b;
	background:#fff;
	margin-top:-4px;
}
div.selectbox-wrapper ul{
	list-style-type:none;
	margin: 0px;
	padding:0;
}
div.selectbox-wrapper ul li.selected {
	color:#fa8009;
}
div.selectbox-wrapper ul li.current {

	color:#fa8009;
}
div.selectbox-wrapper ul li {
	padding:2px;
	margin: 0px;
	display: block;
	float:none;
	cursor: pointer;
	background:none;
	line-height:15px;
}


.picklist {
	 background: url(../images/bg_select.gif) left  no-repeat;
	 display:inline-block;
	 padding-left:2px;
	 float:left;
}

.selectbox {
	 text-align: left;
	 margin: 0;
	 .margin: 0 -5px 0 0;
	 padding:7px 0 6px 2px;
	 border:0;
	 width: 10em;
	 display: block;
	 background: url(../images/bg_select.gif) right  no-repeat;
	 color: #333;
	 cursor: pointer;
}

.picklist2 {
	background:url("../images/bg_select.gif") no-repeat scroll left center transparent;
	display:inline-block;
	float:left;
	padding-left:2px;
}

