.comboboxContainer{position:relative}

div.selectbox-wrapper {
    position:absolute;
    width:400px;
    background-color:#000;
    margin:0px;
    margin-top:-10px;
    padding:0 3px 0 4px;
    font-size:13px;
    text-align:center;
    height:165px;
   overflow: auto;
   left:9px;
   _left:0;
   width:200px;
   text-transform:uppercase
   
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #222;
}
div.selectbox-wrapper ul li.current { 
  background-color: #111;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:5px 2px;
  cursor:pointer;
  border-bottom:1px solid #222
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
  margin: 0px 5px 10px 0px;
  padding-left:2px;

  font-size:18px;
  width : 10em; 
  display : block;
  text-align:left; 
  background: url('../images/bg_select_blue.png') right;
  /*height:18px;*/
  cursor: pointer;
  border:1px solid #000;
  color:#333;
}

.selectbox1 /* look&fell of  select box*/
{
  margin: 8px 5px 10px 0px;
  padding-left:5px;
  font-size:14px;
  width : 225px; 
  display : block;
  text-align:center; 
  background: #000 url(../images/selectbg.jpg) right top no-repeat;
  /*height:18px;*/
  cursor: pointer;
  border:1px solid #000;
  color:#A0A0A0;
  height:32px;
  text-transform:uppercase
}




