table.mform {	margin: 0px auto;	width: 100%;		background-color: #f1f1f1;			}.frm_header {	background-color: white;	/* border-top: 1px solid #ababab; */	border-bottom: 1px solid #D4D4D4;	padding: 0px 4px 0px 4px;	margin-bottom: 0px;}.frm_header .backlink {	float: left;   margin-left: 4px;   padding: 0px;}.frm_header .title {	color: #464646;	font-size: 18px;	font-weight: bold;	text-align: left;	padding-top: 8px;	padding-bottom: 2px;	margin-left: 6px;	float: left;}.frm_header .buttons {	float: right;	margin-right: 6px;	margin-top: 6px;	text-align: right;}.frm_header .titleicon {	float: right;	margin-right: 6px;	padding-top: 4px;	padding-bottom: 4px;	}.frm_header .instructions {	color: #5c5c5c;	font-size: 10px;	text-align: left;	padding-top: 2px;	padding-bottom: 4px;	margin-left: 6px;	margin-right: 6px;}.frm_footer {	background-color: white;	/* border-top: 1px solid #ababab; */	border-top: 1px solid #ababab;	padding: 0px 4px 0px 4px;	margin-bottom: 0px;}.frm_footer .buttons {	float: right;	margin-right: 6px;	margin-top: 6px;	margin-bottom: 6px;	text-align: right;}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, .mform .frm_label {	color: #444444;}.frm_overunderlabel {	padding-bottom: 4px;}.mform .ierrormessage {	color: #dc143c;	margin-left:10px;	top:-2px;	font-size: 8pt;	position: relative;}.mform .itext,.mform .itextarea,.mform .iselect { 	}.mform .iselectbox { 		margin: 0;   -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */   -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */   box-sizing: border-box;     border: 1px solid #aaaaaa;	-moz-border-radius: 4px 4px 4px 4px;   -webkit-border-radius: 4px 4px 4px 4px;   border-radius: 4px 4px 4px 4px;   font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #3e3e3e;		padding: 4px 6px 4px 6px;		background-color: white;	float: left;}.mform .iselectbox_error { 		margin: 0;   -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */   -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */   box-sizing: border-box;     border: 1px solid #dc143c;	-moz-border-radius: 4px 4px 4px 4px;   -webkit-border-radius: 4px 4px 4px 4px;   border-radius: 4px 4px 4px 4px;   font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #3e3e3e;		padding: 4px 6px 4px 6px;		background-color: white;	float: left;}.mform .iselectbox td { 		background-color: white !important;}.mform .iuploadbutton {	display: inline-block; 	position: relative; 	overflow: hidden;}.mform .iuploadbutton input.upload {	position: absolute; 	top: 0; 	right: 0; 	margin: 0; 	padding: 0; 	font-size: 200px; 	cursor: pointer; 	opacity: 0; 	filter: alpha(opacity=0);}.mform .iuploadtext{	display: inline-block; 		margin: 4px 0px 0px 10px;	font-size: 10px;	position: absolute;	overflow: hidden;	text-overflow: ellipsis;}.mform .itext:hover,.mform .itextarea:hover,.mform .iselect:hover,.mform .itext:focus,.mform .itextarea:focus,.mform .iselect:focus {}.mform .itext_error,.mform .itextarea_error,.mform .iselect_error { 		border:1px solid #dc143c; }.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;}.mform .itextreadonly,.mform .itextareareadonly,.mform .iselectreadonly,.mform .iselectboxreadonly { 		margin: 0;   -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */   -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */   box-sizing: border-box;     border: 1px solid #aaaaaa;	-moz-border-radius: 4px 4px 4px 4px;   -webkit-border-radius: 4px 4px 4px 4px;   border-radius: 4px 4px 4px 4px;   font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #3e3e3e;		background: #dedede;}.mform .itextreadonly,.mform .itextareareadonly, .mform .iselectboxreadonly { 		padding: 4px;}.mform .iselectreadonly { 		padding: 2px;}.mform .iselectboxreadonly { 		float: left;}.mform .iselectboxreadonly td { 		background-color: #dedede !important;}