div.search-wrapper{width : 145px !important;border:1px solid #B76AB8;}
div.singup-wrapper{width: 208px !important;border:1px solid #DBDBDB;}

div.selectbox-wrapper {  
  font-family:Arial, Verdana, Helvetica, sans-serif;font-size:13px;color:#000;
  line-height:100%;   
  display : block;
  text-align:left; 
  margin:-2px 0 0 0;  
  background:#FEFCFE;
  max-height:200px;
  overflow:auto;
  position:absolute;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.search-wrapper ul li.selected, div.search-wrapper ul li.current{ 
  background-color: #B76AB8;
  color:#fff;
}
div.singup-wrapper ul li.selected, div.singup-wrapper ul li.current{ 
  background-color: #DBDBDB;
  color:#000;
}
div.search-wrapper ul li{width:118px;}
div.singup-wrapper ul li{width:198px;}

div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  padding:2px 5px 3px 5px;
  cursor:pointer;
  min-height:13px;
}


.selectbox /* look&fell of  select box*/
{
  font-family:Arial, Verdana, Helvetica, sans-serif;font-size:13px;color:#000;padding:2px 5px 0 5px;height:18px;  
  display : block;
  text-align:left;     
  cursor: pointer;
    
}
.search-box{background: url(../images/search-select.gif) no-repeat right !important;width:135px !important;border:1px solid #B76AB8;}
.singup-box{background: url(../images/signup-select.gif) no-repeat !important;width:198px;border:1px solid #DBDBDB;}

select {
	/*background: url(../images/search-select.gif) no-repeat;*/
}

