span.customSelect {
	padding:13px 0 13px 10px;
	border:1px solid #000;
    width: 152px;
    cursor: pointer !important;
}
span.customSelect.changed {
	background-color: #f0dea4;
}
.customSelectInner {
	background: url(../../img/arrow-down-13x13.png) no-repeat center right 12px; width: 100% !important;
}