div.selectbox-wrapper {
    position		: absolute;
    width			: 100px;
    background		: url('../images/option.png') repeat-y 0 0;
    border			: none;
    margin			: -10px 0 0 0;
    padding			: 0;
    font-size		: 0.8em;
    text-align		: left;
/*  height			: 200px;
   *height			: 200px;*/ /*IE6 fix */
   	overflow		: auto;
   z-index			: 1000;
}
div.selectbox-wrapper ul {
  list-style-type	: none;
  margin			: 0;
  padding			: 0;
}
div.selectbox-wrapper ul li.selected { 
  background  		: url('../images/optionselect.png') no-repeat 0 0;
}
div.selectbox-wrapper ul li.current { 
   background  		: url('../images/optionselect.png') no-repeat 0 0;
}
div.selectbox-wrapper ul li {
  list-style-type	: none;
  display			: block;
  margin			: 0;
  padding			: 2px 2px 2px 5px;
  cursor			: pointer;
  color				: #FFF;
}

label {
    display			: block;
}
.selectbox {
  margin			: 0 5px 5px 0;
  padding-left		: 2px;
  font-family		: Arial;
  font-size			: 0.8em;
  width 			: 89px; 
  height			: 18px;
  display 			: block;
  text-align		: left; 
  background		: url('../images/selectbox.png') no-repeat 0 -2px;
  cursor			: pointer;
  border			: none;
  color				: #fff;
}
.mod_search .selectbox {
	display: inline;
}
select {
	background: url('../images/selectbox.png') right;
}

