div.selectbox-wrapper {
    position:absolute;
    width:312px;
    background-color:white;
    border:1px solid #ccc;
    margin:0px;
    margin-top:-10px;
    padding:0px;
  /*  font-size:0.8em;*/
    text-align:left;
    height:200px;
   *height:200px; /*IE6 fix */
   overflow: auto;
	z-index:2;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  font-size: 12px;
  background-color: #C5C5B0;
  color: #000000;
}
div.selectbox-wrapper ul li.current {
  font-size: 12px; 
  background-color: #676860;
  color: #ffffff;
}
div.selectbox-wrapper ul li {
  font-size: 12px;
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

.selectbox label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
  font-family: georgia, 'times new roman', arial, helvetica, sans-serif;
  margin: 4px 5px 10px 0px;
  width : 312px; 
  font-size: 12px;
  overflow:hidden;
  display : block;
  text-align:left; 
  background: url('../images/bg_select.png') right;
  /*height:18px;*/
  cursor: pointer;
  border:1px solid #C5C5B0;
  color:#333;
  padding: 10px 40px 10px 5px;
}
/*
.selectbox1 
{
  margin: 0px 5px 10px 0px;
  padding-left:2px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:0.8em;
  width : 10em; 
  display : block;
  text-align:left; 
  background: url('../images/bg_select_green.png') right;

  cursor: pointer;
  border:1px solid #D1E4F6;
  color:#333;
}

div.selectbox2-wrapper {
  position:absolute;
  background-color:white;
  border:1px dotted #DADF81;
  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{
  padding-right:20px;
  width : 180px; 
  display : block;
  text-align:right; 
  background: url('../images/bg_select_g2.png') right;
  height:20px;
  cursor: pointer;
  border:1px solid #ECEFB7;
}
*/
select {
	background: url('../images/bg_select.png') right;
}

