.ie9-select-wrap{display:inline-block;position:relative;cursor: pointer;}
.ie9-select-wrap .selected.txt,
.ie9-select-wrap .options .option{padding:2px 7px;white-space: nowrap;float: left;}
.ie9-select-wrap .selected.txt{height: 29px;border: solid 1px #ccc;width: 100%;}
.ie9-select-wrap .selected.txt:after{white-space: nowrap;content:"";display: inline-block;float:right;width: 29px;height: 23px;background: #fafafa no-repeat center center url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==");}
.ie9-select-wrap .options .option{display:block;width:100%;height: 27px;min-width:inherit;box-sizing: border-box;-moz-box-sizing: border-box;}
.ie9-select-wrap .options .option.selected{background-color:#03A0D5;color:#fff;}
.ie9-select-wrap .options{box-sizing:border-box;-moz-box-sizing:border-box;padding:0px;margin:0px;max-height:241px;overflow-y:auto;overflow-x:visible;display:none;border: solid 1px #ccc;background-color: #F8F8F8;box-shadow: -3px 3px 3px rgba(0,0,0,.1);position: absolute;top:0px;left:0px;z-index: 990;width: 100%;}
.ie9-select-wrap.open .options{display:inline-block;min-height:29px;}
select.ie9-select{position:absolute !important;left:-1500px !important;overflow:hidden !important;width:0px !important;height:0px !important;opacity:0 !important;}
