table.mform {	margin:0px auto;	width: 100%;		background-color: #f1f1f1;		}table.mform tr.frm_titlebar td {	border-top: 1px solid #ababab; 	border-bottom: 1px solid #ababab;	padding: 0px 4px 0px 4px;	margin-bottom: 0px;	background-color: #f1f1f1;}table.mform .backicon {	float: left;	padding-top: 2px;	padding-left: 4px;	padding-right: 10px;}table.mform .titletext {	float: left;	padding-bottom: 4px;	width: 100%;}table.mform .title {	color: #4e4e4e;	font-size: 18px;	font-weight: normal;	text-align: left;	padding-top: 12px;	float: left;}table.mform .titlebarsavebutton {	padding-top: 4px;	text-align: right;	float: right;}table.mform .instructions {	color: #5c5c5c;	font-size: 10px;	text-align: left;	margin-top: 8px;}table.mform .titleicon {	float: right;	margin-top: 6px;	margin-bottom: 6px;	margin-right: 14px;}table.mform tr.frm_firstfieldrow td {	padding-top: 2px;	padding-bottom: 2px;	background-color: #f1f1f1;	/* border-bottom: 3px solid white;	border-top: 12px solid white; */}table.mform tr.frm_fieldrow td {	padding-top: 2px;	padding-bottom: 2px;	background-color: #f1f1f1;	/* border-bottom: 3px solid white; */}table.mform tr.frm_sectionheaderrow td {	color: white;	border: 0px solid white;	moz-border-radius-topleft: 6px; 	border-top-left-radius: 6px; 	moz-border-radius-topright: 6px; 	border-top-right-radius: 6px;	font-size: 12px;	font-weight: bold;	padding-top: 4px;	padding-bottom: 4px; 	background-color: #868686;}table.mform tr.frm_captionrow td {	font-size: 13px;	font-weight: bold;	padding-top: 10px;	padding-bottom: 6px;}table.mform tr.frm_captionrow2 td {	font-size: 14px;	font-weight: normal;	padding-top: 4px;	padding-bottom: 4px;}table.mform tr.frm_notesrow td {	font-size:8pt;	color: #757575;	padding-bottom: 2px;}				   table.mform tr.frm_blankrow td {	height: 1em;	font-size: 1em;}table.mform tr.frm_blankrow_half td {	height: 0.5em;	font-size: 0.5em;}table.mform tr.frm_blankrow_oneandhalf td {	height: 1.5em;	font-size: 1.5em;}table.mform tr.frm_blankrow_double td {	height: 2em;	font-size: 2em;}table.mform tr.frm_separatorrow td {	padding-top: 4px;	padding-bottom: 2px;}table.mform tr.frm_submitrow td {	padding-top: 8px;	padding-bottom: 8px;	border-bottom: 1px solid #ababab;}table.mform td.frm_label {	color: #444444;}.mform .ierrormessage {	color: #dc143c;	margin-left:10px;	top:-2px;	font-size: 8pt;	position: relative;}.mform .itext,.mform .itextarea,.mform .iselect { 		border:1px solid #ababab; 	margin:0;	padding: 3px 4px 3px 4px;	background: #fff;}.mform .itext:hover,.mform .itextarea:hover,.mform .iselect:hover,.mform .itext:focus,.mform .itextarea:focus,.mform .iselect:focus {	border-color: #005fbb;	background:#fff;}.mform .itext_error,.mform .itextarea_error,.mform .iselect_error { 		border:1px solid #dc143c; 	margin:0;	padding:1px;	background: #fff;}.mform .itext_error:hover,.mform .itextarea_error:hover,.mform .iselect_error:hover,.mform .itext_error:focus,.mform .itextarea_error:focus,.mform .iselect_error:focus {	border-color: #dc143c;	background:#fff;}.mform .itextreadonly,.mform .itextareareadonly,.mform .iselectreadonly { 		border: 1px solid #ababab; 	margin: 0;	padding: 3px 4px 3px 4px;	background: #dedede;}