div.selectbox-wrapper {
	position: absolute;
	width: 162px;
	background-color: #FFFFFF;
	border: 1px solid #BFBFBF;
	margin: 0px;
	margin-top: -1px;
	padding: 0px;
	font-size: 10px;
	text-align: left;
	height: auto;
	z-index: 10;
	float: left;
}
div.selectbox-wrapper ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
div.selectbox-wrapper ul li.selected {
	background-color: #F0F0F0;
	font-weight: bold;
}
div.selectbox-wrapper ul li.current {
	background-color: #F0F0F0;
}
div.selectbox-wrapper ul li {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 1px 2px;
	cursor: pointer;
	font-style: italic;
	/*border-bottom: 1px solid #BFBFBF;*/
}

label {
    display: block;
}
.selectbox {
	display: block;
	padding: 0px;
	margin: 0px;
	width : 160px;
	height: 12px;
	border: solid #BFBFBF 1px;
	background-image:url('../img/bg_select.gif');
	background-position:160px 0;
	font-family: Verdana, sans-serif;
	font-style: italic;
	font-size: 10px;
	color: #333;
	text-align: left;
	cursor: pointer;
}

select {
	background: url('../img/bg_select.gif') right;
}

