#gray, #blue {float:left;}
#gray li, #blue li {background-image:none !important; font-weight:normal !important;}

#gray div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  font-size:12px;
  text-align:left;
  max-height:200px;
  overflow:auto;
  z-index:1000;
}
#gray div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
#gray div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}
#gray div.selectbox-wrapper ul li.current { 
  background-color: #CDD8E4;
}
#gray div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

#gray label {
    display: block;
}
#gray .selectbox /* look&fell of  select box*/
{
  margin: 0px 5px 10px 0px;
  padding-left:2px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  width : 186px; 
  display : block;
  text-align:left; 
  background: url('bck_select1.gif') right top;
  height:20px;
  cursor: pointer;
  border:0px;
  color:#757575;
  padding-top:5px;
}

#gray select {
	background: url('bck_select1.gif') right top;
}


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

#blue label {
    display: block;
}
#blue .selectbox /* look&fell of  select box*/
{
  margin: 0px 5px 10px 0px;
  padding-left:2px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  width : 186px; 
  display : block;
  text-align:left; 
  background: url('bck_select2.gif') right top;
  height:20px;
  cursor: pointer;
  border:0px;
  color:#1c9ff2;
  padding-top:5px;
}

#blue select {
	background: url('bck_select2.gif') right top;
}