
@charset "UTF-8";
.jquery-selectbox {
    background-image: none;
    background-color: #fff;
    border: 1px solid #000;
    color: #444;
    display: inline;
    float: left;
    font-size: 9px;
    height: 40px;
    margin: 0 4px 4px 0;
    padding: 0;
    position: relative;
    width: 100% !important;
    z-index: 0;
	text-align: left;
}
.jquery-selectbox.selecthover {
    background-color: #fff;
    background-image: none;
    border-color: #000;
    z-index: 700;
}
.jquery-selectbox .jquery-selectbox-currentItem {
    display: block;
    overflow: hidden;
    padding: 3px 0 0 10px !important;
    white-space: nowrap;
	width: 60%;
}
.jquery-selectbox .jquery-selectbox-list {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #000;
    display: none;
    height: auto !important;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 2px;
    position: absolute;
    top: 38px;
	max-height: 200px;
    width: 100% !important;
    z-index: 1000;
	overflow-y: auto !important;
}
.jquery-selectbox .jquery-selectbox-moreButton {
    background: url("../images/select-arrow.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
    float: right;
    height: 40px;
    width: 40px;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
    background: url("../images/select-arrow.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.jquery-selectbox .jquery-selectbox-item.listelementhover {
    background: none repeat scroll 0 0 #eaeaea;
    color: #ccc;
}
.jquery-selectbox .jquery-selectbox-item {
    cursor: default;
    display: block;
    margin-top: 3px !important;
    padding-bottom: 3px !important;
    padding-left: 5px;
    padding-top: 3px;
    width: 100%;
}
form .error .jquery-selectbox {
    background-image: url("../img/bg-TextFieldError.gif");
    border-color: #d00;
    color: #d00;
}
