.jquery-selectbox { position: relative; height: 18px; width: 100px; z-index: 0; float: left; display: inline;  font-size: 9px; font-family: Arial, Helvetica, sans-serif; color: #666; padding: 0;  font-size:11px; margin-left:2px; margin:0 18px 18px 0px  }

.jquery-selectbox.selecthover {   z-index: 700; }
.jquery-selectbox .jquery-selectbox-currentItem { padding: 3px 0px 0px 3px; width:108px; white-space: nowrap; display: block; overflow: hidden; background:#FFF;   border: 1px solid #c3c3c3; }
.jquery-selectbox .jquery-selectbox-list { display: none; position: absolute; top: 21px; padding: 2px; left: 0px; background: #FFF; width: 100px; height: 120px; overflow-x: hidden; overflow-y: auto; z-index: 1000; }
.jquery-selectbox .jquery-selectbox-moreButton { float: right;  width: 20px; height: 18px; cursor: pointer;margin-left:4px; }
.jquery-selectbox .jquery-selectbox-item.listelementhover { background: #c3c3c3; color: #eee;  }
.jquery-selectbox .jquery-selectbox-item { display: block; cursor: default;padding:3px; border-top:1px solid #f4f4f5; cursor:pointer; }
/** ERROR classes **/
form .error .jquery-selectbox { color: #d00;   }

