.customSelect {
	color:#666;
	background:#f1f7fb url(../img/arrow.png) right center no-repeat;
	border:1px solid #cfd9e7;
	padding:4px;
	margin-bottom: 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

.customSelect.customSelectHover {
	color:#444;
}

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

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

.customSelect.customSelectDisabledOption {
	opacity: 0.5;
}

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

.customSelectInner {
}