span.customSelect {width:123px;	font-size:11px;	background-color: #d7e6f9; color:#16486b; padding:2px 7px; border:2px solid #16486b; text-transform:uppercase;}
span.customSelect.changed {background-color: #f0dea4;}
.customSelectInner {background:url(../grafica/customSelect-arrow.jpg) no-repeat 110px;}

span.customSelectFocus {/* You can use this if you want a different style after user has made a selection */}
span.customSelectOpen {/* You can use this if you want a different style after user has made a selection */}

/* select */
.customSelectClass {width:118px;}

/* freccina select */
span.customSelectInner {padding-right:10px; width:118px !important; display:inline-block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}

