div.selectbox-wrapper {
	font-family: Trebuchet MS;
	position: absolute;
	width: 400px;
	z-index: 700;
	background-color: white;
	margin: 0px;
	margin-top: -5px;
	padding: 2px;
	text-align: left;
	max-height: 200px;
	overflow: auto;
	font-size: 11px;
	color: #414141;
	font-family: Trebuchet MS, Verdana, Arial;
}

div.selectbox-wrapper ul {
	font-family: Trebuchet MS;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div.selectbox-wrapper ul li.selected {
	font-family: Trebuchet MS;
	background-color: #EAF2FB;
}

div.selectbox-wrapper ul li.current {
	font-family: Trebuchet MS;
	background-color: #CDD8E4;
}

div.selectbox-wrapper ul li {
	font-family: Trebuchet MS;
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 2px;
	cursor: pointer;
}

.selectbox {
	padding-left: 2px;
	font-size: 12px;
	color: #414141;
	font-family: Trebuchet MS, Verdana, Arial;
	display: block;
	text-align: left;
	background: url('/style/v3/theme/images/select.gif') top right;
	cursor: pointer;
	width: 115px !important;
	margin-bottom: 6px;
}

.selectbox:hover {
	background-position: right -22px;
}

select {
	font-family: Trebuchet MS;
}