<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* FORM STYLES */

table.form
{
	table-layout: fixed; /* force a solid grid */
	border-collapse: collapse;
	margin: 0;
	width: 800px;
}
table.form th, table.form td
{
	white-space: nowrap; /* don't want wrapping text */
	padding: 2px 15px 3px 5px; /* right padding for required field marker */
	font-weight: normal;
}

table.form th, th.field
{
	padding: 2px 0 2px 5px;
	text-align: left;
	width: 120px;
	font-weight: normal;
}
table.form th.required
{
	font-weight: bold;
}
td.required, tr.required td
{
	background: url( "~/images/req.gif" ) center right no-repeat;
}

table.form input, td.form input, td.form select
{
	width: 90%; /* simply scale inputs to table cell size */
}
table.form td.input-group input
{
	width: auto; /* but not for radios or checks */
}
td.form
{
	white-space: nowrap; /* don't want wrapping text */
	padding: 2px 20px 3px 0px; /* right padding for required field marker */
	font-weight: normal;
}

fieldset
{
	width: 650px;
	margin: 15px 0 10px;
	padding: 5px; /*background-color:#FAFAFA;*/
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border: 1px solid #ccc;
}
legend
{
	padding: 2px 5px;
	color: #696;
	background-color: #fff;
	font-weight: bold;
}


td.disabled input
{
	background-color: #ddd;
}
table.form td.field input
{
	width: 200px; /* but not for radios or checks */
}

table.form2
{
	table-layout: fixed; /* force a solid grid */
	border-collapse: collapse;
	margin: 0;
	width: 95%;
}

table.form2 th, table.form2 td
{
	white-space: nowrap; /* don't want wrapping text */
	padding: 2px 15px 3px 5px; /* right padding for required field marker */
	font-weight: normal;
}

table.form2 th, th.field
{
	padding: 2px 0 2px 5px;
	text-align: left;
	width: 200px;
	font-weight: normal;
}
table.form2 th.required
{
	font-weight: bold;
}
.bold
{
	font-weight: bold;
}
table.form2 input, td.form2 input, td.form2 select
{
	width: 90%; /* simply scale inputs to table cell size */
}

table.form2 td.input-group input
{
	width: auto; /* but not for radios or checks */
}
td.form2
{
	white-space: nowrap; /* don't want wrapping text */
	padding: 2px 20px 3px 0px; /* right padding for required field marker */
	font-weight: normal;
}
table.form2 td.field input
{
	width: 200px; /* but not for radios or checks */
}

table.form3
{
	table-layout: fixed; /* force a solid grid */
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}
table.form3 th, table.form3 td
{
	padding: 2px 20px 3px 2px; /* right padding for required field marker */
	font-weight: normal;
	white-space: nowrap;
}
table.form3 th, th.field
{
	padding: 2px 0 2px 5px;
	text-align: left;
	width: 15%;
	font-weight: normal;
}
table.form3 th.required
{
	font-weight: bold;
}
table.form3 input, td.form3 input, td.form3 select
{
}
table.form3 td.input-group input
{
}
td.form3
{
	padding: 2px 20px 3px 0px; /* right padding for required field marker */
	font-weight: normal;
}
table.form3 td.field input
{
	
}
</pre></body></html>