.myCustomComboBox {
dropdownStyleName: myCustomDropdown;
}
.myCustomDropdown {
fontWeight: normal;
verticalScrollBarStyleName: myCustomVertScroll;
}
.myCustomVertScroll {
trackColors: white, white;
upArrowSkin: Embed("bullet_delete.png");
downArrowSkin: Embed("bullet_add.png");
}