div.selectbox-wrapper {
	left: 0;
  position:absolute;
  width:400px;
  background: url('../gfx/layout/bg_selectbox_bottom.gif') 0 bottom repeat-x #fff;
  margin:0px;
  margin-top:29px;
  padding:0px;
  padding-bottom: 1px;
  font-size:11px;
  text-align:left;
  max-height:200px;
  overflow:auto;
  z-index: 999999;
}
div.selectbox-wrapper ul {
  background: url('../gfx/layout/bg_input_border.gif') 0 0 repeat-y;
  list-style-type:none !important;
  margin:0 !important;
  padding:0 !important;
  padding-left: 1px !important;
}
div.selectbox-wrapper ul li.selected { 
  background: url('../gfx/layout/bg_input_border.gif') right 0 repeat-y #efefef;
  color: #000;
}
div.selectbox-wrapper ul li.current { 
  background: url('../gfx/layout/bg_input_border.gif') right 0 repeat-y #cc0000;
  color: #fff;
}
div.selectbox-wrapper ul li {
  background: url('../gfx/layout/bg_input_border.gif') right 0 repeat-y;
  color: #333;
  list-style-type:none;
  font-size: 11px;
  display:block;
  margin:0 !important;
  padding:5px 10px !important;
  cursor:pointer;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
  margin: 0px 0px 10px 0px;
  padding-left:2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  width : 10em; 
  display : block;
  text-align:left; 
  background: url('../gfx/layout/bg_selectbox.gif') right center no-repeat !important;
  /*height:18px;*/
  cursor: pointer;
  border:1px solid #D1E4F6;
  color:#000;
}

select {
	background: url('bg_select.png') right;
}