table.form_default {border: 1px solid Black;}
table.form_default td.frm_label {text-align:right; background-color:#f0f0f0;}
table.form_default td.frm_group_label {text-align:right; background-color:#f0f0f0;}
table.form_default td.frm_label span.required{color:red; font-weight:bold;}
table.form_default td.frm_field {background-color:#f0f0f0;}
table.form_default td.frm_action {background-color:#dddddd;text-align:center;}

table.form_default input.frm_field {border: 1px solid #d8d8d4; width:250px; padding:3px;}
table.form_default input.frm_field_disabled {border: 1px solid silver; width:100%; background-color:#eeeeee;}
table.form_default input.frm_action {border: 1px solid #b60505; background-color:#d12d14; color:#FFF; font-weight:bold; padding:2px;}

table.form_default select.frm_field {border: 1px solid #d8d8d4; width:250px; padding:3px;}
table.form_default textarea.frm_field {border: 1px solid #d8d8d4; width:250px; padding:3px;}

table.form_white {border:none;}
table.form_white td{padding:3px;}
table.form_white td.frm_label {text-align:right;}
table.form_white td.frm_label span.required{color:red; font-weight:bold;}
table.form_white td.frm_field {padding:0px;}
table.form_white td.frm_action {text-align:right;}

table.form_white input.frm_field {border: 1px solid #d8d8d4; width:250px; padding:3px;}
table.form_white input.frm_field_disabled {border: 1px solid silver; width:100%; background-color:#eeeeee;}
table.form_white input.frm_action {border: 1px solid #b60505; background-color:#d12d14; color:#FFF; font-weight:bold; padding:2px;}

table.form_white select.frm_field {border: 1px solid #d8d8d4; width:250px; padding:3px;}
table.form_white textarea.frm_field {border: 1px solid #d8d8d4; width:250px; padding:3px;}

