input[name^="f"] {      /* style all of apex_application.text(starts with f like f01,f02) inputs as default large items */
    height: 3.2rem;
    padding: .7rem;
    font-size: 1.4rem;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    color: #393939;
    background-color: #f9f9f9;
}

input[name^="f"]:focus {
    outline: none !important;
    border: 1px solid #2876bb !important;
    box-shadow: 0 0 1px #719ECE;
}

/* apex_application.select list style */
select[name^="f"] {      /* style all of apex_application.text(starts with f like f01,f02) inputs as default large items */
    height: 3.2rem;
    padding: 4px;
    font-size: 1.4rem;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    color: #393939;
    background-color: #f9f9f9;
}

select[name^="f"]:focus {
    outline: none !important;
    border: 1px solid #2876bb !important;
    box-shadow: 0 0 1px #719ECE;
}

.ui-dialog
{
  padding: 10px !important;
}