
/*SELECT*/
.ese_select { display: inline-block; width: 100%; height: 29px; border: 1px solid #d9dfe4; border-radius: 0px; vertical-align: middle; #fff; color: #000; font-size: 12px; position: relative; }
  .ese_select span { display: inline-block; width: 100%; vertical-align: top; height: 29px; line-height: 13px; padding: 8px 25px 8px 10px; font-size: 12px; color: #000; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
  .ese_select select { position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: none; font-size: 12px; font-weight: 300; color: #000; box-shadow: none; outline: none; opacity: 0; }
  .ese_select em { position: absolute; right: 10px; top: 50%; margin-top: -5px; display: block; width: 10px; height: 9px; background: url(img/ese_select_arrow.png); }
