.comboboxContainer { 
border: none;
cursor: pointer;
} 

.comboboxValueContainer { background: url(../images/combobox/bg.png) no-repeat left top; } 
.comboboxValueContainer2 { background: url(../images/combobox/bg2.png) no-repeat left top; }

.comboboxValueContent { padding-left: 3px; } 

.comboboxDropDownContainer { 
border: solid 1px #e36f11;
border-top: none; 
background: #fff; overflow: hidden; 
padding-left: 3px; 
cursor: pointer; 
}

.comboboxDropDownContainer2 { 
border: solid 1px #4f4d4e;
border-top: none; 
background: #fff; overflow: hidden; 
padding-left: 3px; 
cursor: pointer; 
} 

.comboboxDropDownButton { 
width: 17px; height: 18px; 
background-image: url(../images/combobox/buttons.png); 
}

.comboboxDropDownButton2 { 
width: 17px; height: 18px; 
background-image: url(../images/combobox/buttons2.png); 
}
 
.comboboxGroupItemHeader { display: block; background: #000; color: #fff; } 

.comboboxGroupItemContainer { padding-left: 10px; } 

.comboboxItem { 
background: #fff; 
color: #4f4d4e; 
font-weight: normal; font-style: normal; 
} 

.comboboxItemHover { 
background-color: #d2d2d2; 
color: #4f4d4e; 
}