.currencyPicker{position:relative;background-color:transparent;color:#222222;height:24px;}.currencyPicker .search{box-sizing:border-box;margin:0;padding:0 10px;width:100%;height:100%;background-color:transparent;color:#222222;border:none;font-size:12px;cursor:pointer;}.currencyPicker .search:focus{border:#2075c3 solid 2px;}.currencyPicker .list{box-sizing:border-box;position:absolute;padding:0 12px;margin:0;z-index:2;list-style-type:none;background-color:#F4F4F4;width:196px;max-height:355px;overflow:auto;display:none;box-shadow:1px 1px 2px #707070;}.currencyPicker li{box-sizing:border-box;width:100%;height:24px;clear:both;padding:5px 0;margin:5px 0;}.currencyPicker li:not(.groupLabel){cursor:pointer;}.currencyPicker .value{box-sizing:border-box;float:left;width:20%;float:right;text-align:right;font-weight:bold;}.currencyPicker .display{box-sizing:border-box;width:80%;float:left;}.groupLabel{font-weight:bold;}.currencyPicker .active{color:#2075C3;}.want-select .currencyPicker .search{opacity:0;}.want-select .currencyPicker{background-color:transparent;}