/* wygląd selectboxa bez tej strzałki, sam border, położenie itd.;*/
.jquery-selectbox {
       position: relative;
       background: url(images/bg_select.gif);
       width: 115px !important;
       height: 25px;
       z-index: 0;
       float: left;
       color: #3a3a3a;
       padding: 0 0 0 3px;
       margin: 0 40px 8px 0;
       line-height: 15px;

}
/* samo pole to pierwsze?;*/

.jquery-selectbox .jquery-selectbox-currentItem {
       padding: 5px 0 0 3px;
       display: block;
       overflow: hidden;
       text-align: center;
       
}

/* wygląd listy*/
.jquery-selectbox .jquery-selectbox-list {
       display: none;
       position: absolute;
       top: 24px;
       padding: 10px 0 15px 0;
       left: 0px;
       background: #FFF;
       width: 114px !important;
       height: auto !important;
       z-index: 1000;
       border: 1px solid #C3BFB3;
       line-height: 20px;
}

/* wygląd buttona (strzalki) */
.jquery-selectbox .jquery-selectbox-moreButton {
       float: right;
       background: url(images/strzalka.gif);
       width: 26px;
       height: 25px;
       cursor: pointer;
       z-index: 10;
       position: relative;
       margin: 0 -23px 0 0;
}

/* strzałka-hover*/
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
       background: url(images/strzalka.gif);
}

/* hover dla pozycji listy */
.jquery-selectbox .jquery-selectbox-item.listelementhover {
       background: #000;
       color: #FFF;
       padding: 0 3px;
}
.jquery-selectbox .jquery-selectbox-item {
       display: block;
       cursor: default;
       padding: 0 3px;
}

/** ERROR classes **/
form .error .jquery-selectbox {
       color: #d00;
       border-color: #d00;
}

