div.selectbox-wrapper {
    position:absolute;
    width:200px;
    background-color:#414141;
    border:1px solid #1A1A1A;
    margin:0px;
    margin-top:-10px;
    padding:0px;
    font-size:12px;
    text-align:left;
    z-index:104;
   *height:200px; /*IE6 fix */
   overflow: auto;
}
div.selectbox-wrapper ul {
	position:relative;
	z-index:103;
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #545454;
}
div.selectbox-wrapper ul li.current { 
  background-color: #545454;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
  color:#FFF;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
  margin: 0px 5px 10px 0px;
	position:relative;
	z-index:101;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:12px;
  width : 200px; 
  display : block;
  text-align:left; 
  background: url('bg_select.png') right no-repeat;
  /*height:18px;*/
  cursor: pointer;
  border:1px solid #1A1A1A;
  color:white;
  padding:3px;
}
.selectbox:hover{
  background: url('bg_select_hover.png') right no-repeat;
}
.selectboxmini /* look&fell of  select box*/
{
  margin: 0px 5px 10px 0px;

  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:0.8em;
  width : 40px; 
  display : block;
  text-align:left; 
  background: url('bg_select.png') right;
  /*height:18px;*/
  cursor: pointer;
  border:1px solid #1A1A1A;
  color:white;
  padding:3px;
}

div.selectbox2-wrapper {
  position:absolute;
  background-color:white;
  border:1px dotted #A1A1A1;
  margin:0px;
  padding:0px;
  text-align:right;
  overflow:auto;
}
div.selectbox2-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox2-wrapper ul li.selected { 
  background-color: #ECEFB7;
}
div.selectbox2-wrapper ul li.current { 
  background-color: #CBE5B0;
}
div.selectbox2-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}
div.selectbox2-wrapper ul li.groupname {
  font-style: italic;
  font-weight: bold;
  font-size: smaller;
  cursor: default;
}

.selectbox2{
/*   margin: 0px 5px 10px 100px; */
  padding-right:20px;
  width : 180px; 
  display : block;
  text-align:right; 
  background: url('bg_select_g2.png') right;
  height:20px;
  cursor: pointer;
  border:1px solid #ECEFB7;
}

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

