.customSelect { 
  font:12px sans-serif;
  background:#ddd url(../images/customSelect-arrow.png) right center no-repeat;
  border: none;
  color:#555;
  padding: 12px 9px;
  margin-left: 18px;
}

.customSelect.customSelectHover {
/* Styles for when the select box is hovered */
}

.customSelect.customSelectOpen {
/* Styles for when the select box is open */
}

.customSelect.customSelectFocus {
/* Styles for when the select box is in focus */
}

.customSelect.customSelectDisabledOption {
/* Styles for when the selected item is a disabled one */
}

.customSelect.customSelectDisabled {
/* Styles for when the select box itself is disabled */
}

.customSelectInner {
	text-align: left;
}
