table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(images/icon_warn.gif);
}

.agree-text.form-consent {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	column-gap: 10px;
	width: 100%;
	max-width: 420px;
	margin: 18px auto 0;
	text-align: left;
	font-size: 12px;
	line-height: 1.35;
	color: #666;
	white-space: normal;
	overflow: visible;
}

.agree-text.form-consent input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 0;
	cursor: pointer;
	accent-color: #006b3f;
}

.agree-text.form-consent label {
	display: block;
	min-width: 0;
	max-width: 100%;
	margin: 0;
	font-weight: 400;
	line-height: 1.35;
	color: #666;
	cursor: pointer;
	white-space: normal !important;
	overflow-wrap: anywhere;
	word-break: normal;
}

.agree-text.form-consent a {
	color: #006b3f;
	text-decoration: underline;
	text-underline-offset: 2px;
	white-space: normal !important;
	overflow-wrap: anywhere;
}

.agree-text.form-consent a:hover {
	color: #004f2f;
}