/*************************************************************
EXT Form fields
*************************************************************/

.x-form-field{
    font:normal 10px verdana;
}

.x-form-text, textarea.x-form-field{
    padding: 1px 3px;
  border: 1px solid #B5B8C8;

}
.x-form-text {
    height:20px;
    line-height:18px;
    vertical-align:middle;
}

.ext-ie .x-form-text {
    margin-top:-1px; /* ie bogus margin bug */
    margin-bottom:-4px;
    height:20px; /* ie quirks */
    line-height:18px;
}

.ext-strict .x-form-text {
    height:16px;
}
.ext-safari .x-form-text {
    height:18px; /* safari always same size */
    padding:0 3px; /* remove extra top/bottom padding */
}
.ext-gecko .x-form-text {
    padding-top:2px; /* FF won't center the text vertically */
    padding-bottom:0;
}

/* select boxes */

.x-form-select-one {
    height:18px;
    line-height:18px;
    vertical-align:middle;
    background-color:#fff; /* opera */
    border: 1px solid #B5B8C8;
}

.x-form-field-wrap .x-form-trigger{
    height:19px;
    background:transparent url(/gfx/global_trigger.gif) no-repeat 0 0;
}
.ext-safari .x-form-field-wrap .x-form-trigger{
    height:19px; /* safari doesn't allow height adjustments to the fields, so adjust trigger */
}


/* Layout overrides */

.udoever .x-form-field-wrap .x-form-trigger{
    background:transparent url(/gfx/udoever_trigger.gif) no-repeat 0 0;
}

.traener .x-form-field-wrap .x-form-trigger{
    background:transparent url(/gfx/traener_trigger.gif) no-repeat 0 0;
}

.forening .x-form-field-wrap .x-form-trigger{
    background:transparent url(/gfx/forening_trigger.gif) no-repeat 0 0;
}



