@CHARSET "ISO-8859-1";

span.customSelect {
	background-color: #fff;
	color:#7c7c7c;
	padding:0;
	border:1px solid #e4e4e4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px;
	text-align: left;
}

span.customSelect.changed {
	background-color: #f0dea4;
}
.customSelectInner {
    background: url("my_arrow.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    height: 21px;
    padding: 5px 0 0 10px;
}
select.hasCustomSelect {
}
