span.customSelect {
  background: url("/o/connect-common-resources-web/images/large-custom-select.png") no-repeat scroll right -1px transparent;
  height: 44px;
  width: 356px; }

span.customSelect.changed {
  background-color: #f0dea4; }

.customSelectInner {
  background: url("/o/connect-common-resources-web/images/custom-select-arrow.png") no-repeat scroll right center transparent;
  height: 44px;
  line-height: 44px;
  padding: 0 0 0 10px;
  width: 335px !important; }

span.customSelect.small {
  background: url("/o/connect-common-resources-web/images/small-custom-select.png") no-repeat scroll right center transparent;
  width: 92px;
  height: 42px; }

span.customSelect.small .customSelectInner {
  width: 72px !important; }

span.customSelect.tiny {
  background: url("/o/connect-common-resources-web/images/small-drop-down-bg.png") no-repeat scroll right center transparent;
  width: 191px;
  height: 29px;
  line-height: 29px; }

span.customSelect.tiny .customSelectInner {
  width: 172px !important;
  height: 29px;
  line-height: 29px; }