div.selectbox-wrapper {
    position:absolute;
    width:400px;
    background-color: #e1e1e1;
    border:1px solid #ccc;
    margin:0px;
    margin-top:-10px;
    padding:0px;
    font-size:0.8em;
    text-align:left;
    max-height:200px;
   *height:200px; /*IE6 fix */
   overflow: auto;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #e1e1e1;
  
  font-weight: bold;
  color: #000000;
}
div.selectbox-wrapper ul li.current { 
  background-color: #e1e1e1;
  color: #737373;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
  margin: 0px 5px 10px 0px;
  padding-left:2px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:0.8em;
  width:292px;
  display : block;
  text-align:left; 
  background: url("../../images/inwestor_wyszukiwarka_polewyboru2.png") no-repeat scroll 0 0 transparent;
  height: 23px;
  cursor: pointer;
  /*border:1px solid #D1E4F6;*/
  border: none;
  color:#333;
}

#Wyszukiwarka #kraj_input, #Wyszukiwarka #cena_input, #Wyszukiwarka #branza_input, #Wyszukiwarka #kategoria_input {background: url(../../images/inwestor_wyszukiwarka_polewyboru.png) no-repeat scroll 0 0 transparent;}
#Middle #branza_input, #Middle #kraj_input, #Middle #cena_input {background: url(../../images/przegladaj_wyszukiwarka_polewyboru.png) no-repeat scroll 0 0 transparent;}
