
@charset "UTF-8";
.jquery-selectbox {
    background-image: url("/images/bg_combo_login.png");
    background-repeat: no-repeat;
    color: #444444;
    display: inline;
    float: left;
    font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
    height: 21px;
    margin: 4px 4px 4px 0;
    padding: 2px 0 0 5px;
    position: relative;
    width: 140px !important;
    z-index: 0;
}
.btn-bg-end {
    /*background: url("/images/bg_combo_login.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    height: 23px;
    position: absolute;
    right: -2px;
    top: 0;
    width: 28px;
    z-index: -1;*/
}
.jquery-selectbox.selecthover {
    z-index: 700;
}
.jquery-selectbox .jquery-selectbox-currentItem {
    display: block;
    overflow: hidden;
    padding: 3px 0 0 1px !important;
    white-space: nowrap;
}
.jquery-selectbox .jquery-selectbox-list {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    display: none;
    height: auto !important;
    left: 4px;
    line-height: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 2px;
    position: absolute;
    top: 22px;
    z-index: 1000;
    width: 137px !important;
}


.jquery-selectbox .jquery-selectbox-moreButton {
    background: url("../images/arrow.png") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    cursor: pointer;
    float: right;
    height: 22px !important;
    width: 22px !important;
    margin-right: -1px !important;
    margin-top: -2px !important;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover,  {
    background: url("../images/arrow.png") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

.jquery-selectbox .jquery-selectbox-moreButton {
	background: url("../images/arrow.png") !important;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
    background: none repeat scroll 0 0 #E4E4E4;
}
.jquery-selectbox .jquery-selectbox-item {
    cursor: default;
    display: block;
}
form .error .jquery-selectbox {
    background-image: url("../img/bg-TextFieldError.gif");
    border-color: #DD0000;
    color: #DD0000;
}
