﻿.x-form-text, .ext-ie6 .x-form-text, .ext-ie7 .x-form-text, .ext-strict .x-form-text { 
    margin: 8px 0 6px 0; *margin-bottom: 4px; border: none 0; height: 20px; padding: 0; overflow: hidden;
    color: #a4a4a4; font-size: 16px; line-height: 18px; background: none; 
}
.x-form-field-wrap .x-form-trigger {
    position: absolute;
    left: 171px;
    _left: 184px;
    top: 0;
    border: none 0;
    cursor: pointer;
}
.bI-gray-theme .x-form-field-wrap .x-form-trigger {
    height: 34px; width: 34px; background: url(/includes/images/themes/gray/ComboBoxb.png) no-repeat 0 0;
}
.bI-blue-theme .x-form-field-wrap .x-form-trigger {
    height: 34px; width: 34px; background: url(/includes/images/themes/blue/ComboBoxb.png) no-repeat 0 0;
}
.bI-green-theme .x-form-field-wrap .x-form-trigger {
    height: 34px; width: 34px; background: url(/includes/images/themes/green/ComboBoxb.png) no-repeat 0 0;
}
.x-shadow, .x-ie-shadow { margin: 1px; }
.x-combo-list { color: #747474; font-family: helvetica, arial, sans-serif; }
.bI-gray-theme .x-combo-list, .bI-blue-theme .x-combo-list { border-color: #e7e7cd; }
.bI-green-theme .x-combo-list { border-color: #cde7e7; }
.x-combo-list .x-combo-selected { border-color: #c8c8c8 !important; }
.bI-gray-theme .x-combo-list .x-combo-selected, .bI-blue-theme .x-combo-list .x-combo-selected { background-color: #f4f4ef; }
.bI-green-theme .x-combo-list .x-combo-selected { background-color: #eff4f4; }
