
.comboBox 
{ 
  border: 1px solid #A6A7AA; 
  background-color: white; 
}
/* Added to make it inline*/
.comboBoxSpan 
{ 
  border: 1px solid #A6A7AA; 
  background-color: white; 
  display:inline;
}

.comboBoxHover
{ 
  border: 1px solid #555555; 
  background-color: white; 
   
}
/* Added to make it inline . use it with .comboBoxSpan*/
.comboBoxHoverSpan
{ 
  border: 1px solid #555555; 
  background-color: white; 
   display:inline;
}


.comboDropDown 
{ 
  border: 1px solid #868686; 
  background-color: white; 
  padding: 1px;
  padding-right: 0px;
  width: 500px;
  cursor: default;
}
.comboTextBox
{
  border: 0px;
  height: 20px !important;
  outline: 0 none !Important;
   margin-left: 2px; 
}

.comboItem
{
  font-family: Verdana; 
  font-size: 11px; 
  padding-left: 3px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.comboItemHover
{
  background-color: #B2B4BF; 
  background-image: url(images/comboItemBg.gif);
  font-family: Verdana; 
  font-size: 11px; 
  border: 1px solid #DBCE99;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 20px !important;
}
.combodrophoverimage
{
 
  background-image: url(images/drop_hover.gif);
  font-family: Verdana; 
  font-size: 11px; 
  border: 1px solid #DBCE99;
  padding: 2px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.combodropimage
{
  
  background-image: url(images/images/drop.gif);
  font-family: Verdana; 
  font-size: 11px; 
  border: 1px solid #DBCE99;
  padding: 2px;
  padding-top: 3px;
  padding-bottom: 3px;
}