.input-select {  }
.input-select select{ display: none; }
.input-select ul { display: none; position: absolute; top: 5px; //top: 12px; right: 0px; z-index: 9999; padding: 0; }
.input-select .title { position: absolute; top: 3px; right: 30px; color:#76297e; text-align:left; width:105px; right:8px; cursor: pointer; }
.input-select li { color:#76297e; width: 156px; //width: 166px; list-style: none; padding: 0 0 0 10px; margin: 0; z-index: 999; background: url("../images/select2-bg-c.png") repeat-y; }
.input-select li.item { line-height: 20px; cursor: pointer; }
.input-select li.item:hover { background: #f1e7f0; }
.input-select .s-bg-top {  height: 12px; background: url("../images/select2-bg-t.png") no-repeat bottom!important; }
.input-select .s-bg-bottom { height: 9px; background: url(../images/select2-bg-b.png) no-repeat!important; }
