#page_content .form_header_message { font-size: 14px; font-weight: bold; color: #991932; padding: 2px; }

#page_content form td { padding: 2px 0px; }
#page_content form td.field_label { vertical-align: top; white-space: nowrap; }

#page_content form tr.error_row { border: 1px solid #991932; }
#page_content form td.field_comment .field_error { color: #991932; }

#page_content form .field_input input,
#page_content form .field_input select { width: 150px; }

#page_content form .radio_row .field_input input,
#page_content form .checkbox_row .field_input input { width: auto; }


#page_content form .textbox_row .field_input { width: 220px; height: 150px; }
#page_content form .textbox_row .field_input textarea { width: 100%; height: 100%; } /* this will be replaced by WYSIWYG */

#page_content form .wysiwyg_row .field_input { width: 550px; height: 500px; }
#page_content form .wysiwyg_row .field_input textarea { width: 100%; height: 100%; } /* this will be replaced by WYSIWYG */

/* for administration area */
#page_content #input_file_path { width: 360px; }