﻿div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #7c7e7c;
  margin:0px;
  margin-top:-1px;
  padding:1px;
  margin-left:13px;
  text-align:left;
  overflow:auto;
  height:auto;
  
  z-index:2;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #ace700;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  padding-left:5px;
  cursor:pointer;
  font:normal 11px Verdana;
  color:#7b7c7e;
}


.selectbox /* look&fell of  select box*/
{
  margin: 0px 7px 0px 0px;
  height:20px;
  display : block;
  background: url('../images/bg_select.gif') right;
  cursor: pointer;
  background-repeat:no-repeat;
  background-color:#fff;
  display:block;
  height:21px;
  border:solid 1px #7c7e7c;
  margin-left:13px;
  width:148px;
  padding:0;
  font:normal 11px Verdana;
  color:#7b7c7e;
  vertical-align:bottom;
}

SPAN.inSpan
{
    width:120px;
    margin-top:4px;
    white-space:nowrap;
    overflow:hidden;
    display:block;
    margin-left:5px;
}

.clicker
{
    position:absolute;
    margin-left:129px;
    margin-top:2px;
    display:none;
}

#region_id, #funtiegroup
{
xdisplay:none;
}