/*---------------------------------------------------------------------------------------------------------*/
/* Button Formatting */
.btn_fke { cursor: pointer; cursor: hand; }
.btn_std { font-size: 11px; background-color: #DCDDDF; color: #003399; width: 200px; }
.btn_spc { font-size: 11px; background-color: #DCDDDF; color: #003399; }
.btn_nml { font-size: 11px; background-color: #D4D0C8; color: #003399; }

/*---------------------------------------------------------------------------------------------------------*/
/* Input Formatting */
.ipt_lng_wht, .ipt_max_wht, .ipt_txt_wht, .ipt_non_wht, .ipt_nin_wht
{ font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; font-family: Arial; color: #003399;}

.ipt_lng_wht { font-size: 12px; background-color: #FFFFFF; width: 500px; }
.ipt_non_wht { font-size: 11px; background-color: #FFFFFF; }
.ipt_max_wht { font-size: 11px; background-color: #FFFFFF; width: 100%; }
.ipt_nin_wht { font-size: 11px; background-color: #FFFFFF; width: 97%; }
.ipt_txt_wht { font-size: 11px; background-color: #FFFFFF; width: 100%; }