div.selectbox-wrapper {
    position:absolute;
    width:400px;
    background-color:white;
    border:1px solid #ccc;
    margin:0px;
    margin-top:-12px;
    padding:0px;
    font-size:14px;
    text-align:left;
   height:200px; /*IE6 fix */
   overflow: auto;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}
div.selectbox-wrapper ul li.current { 
  background-color: #CDD8E4;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:0px;
  text-indent:20px;
  cursor:pointer;
}

label {
    display: block;
}

.selectbox1 /* look&fell of  select box*/
{
  margin: 0px 5px 10px 0px;
  padding-left:2px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:14px;
  width : 260px;
  height:28px; 
  display : block;
  text-align:left; 
  background: url('images/combobox.jpg') right;
  background-repeat:no-repeat;
  /*height:18px;*/
  cursor: pointer;
  border:none;
  color:#000000;
}


.selectbox2 /* look&fell of  select box*/
{
  margin: 0px 5px 10px 0px;
  padding-left:2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  width : 305px;
  height:28px; 
  display : block;
  text-align:left; 
  background: url('../imagess/pass_bgselectbox.png') left;
  background-repeat:no-repeat;
  /*height:18px;*/
  cursor: pointer;
  border:none;
  color:#000000;
}

.selectbox3 /* look&fell of  select box*/
{
  margin: 0px 5px 10px 0px;
  padding-left:2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  width : 222px;
  height:28px; 
  display : block;
  text-align:left; 
  background: url('../imagess/pass_comboBox_mic.jpg') left;
  background-repeat:no-repeat;
  /*height:18px;*/
  cursor: pointer;
  border:none;
  color:#000000;
}

.selectbox2-loading
	{
	background: url('../imagess/loading-15x15.gif') left;
    background-repeat:no-repeat;
	}



