/* FireFox 3 Theme - Linux/OS */
.xSelect {
    border: 1px solid #999999;
    cursor: default;
    padding-top: 1px;
    height: 16px;
    font-size: 12px;
    background-image: url(../../img/system_select_arrow.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    color: #000000;
    width:354px !important;
    *width:350px !important;
    *margin-left:3px;
    float:left;
}

.xSelectInput {
    border: none !important;
    cursor: default;
    height: 16px;
    font-size: 12px;
	background-color: transparent;
	width:354px !important;
	*width: 350px !important;
}

.optionList {
    border-left: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    font-size: 12px;
    max-height: 250px;
    *height:auto !important;
  	*height:250px;
    overflow-x: auto;
    overflow-y: scroll;
    margin-left:0px !important;
    top:5px !important;
    left:0px !important;
    position:relative !important;
    width:354px !important;
	*width: 350px !important;
}

.optionItem {
    background-color: #ffffff;
    padding-top: 1px;
    min-height: 16px;
    padding-left: 2px;
}

.xSelected {
    padding-left: 2px;
    width:354px !important;
    *width: 350px !important;
}