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);
}

.form__main-col {
	display: flex;
	gap: 20px;
	justify-content: center;
	padding-top: 12px;
}

.form__main-item label {
	font-size: 14px;
	text-align: left;
	font-weight: 400;
}

.form__main-col label {
	color: #485A64;
	font-weight: 400;
	font-size: 14px;
}

.web_form_submit {
	margin-top: 20px;
	background: #46962B;
	border: none;
	border-radius: 4px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	height: 43px;
	max-width: 204px;
	width: 100%;
}

.web_form_submit:hover {
	background: #288b07;
}

@media(max-width:600px) {
	.form__main-col {
		flex-wrap: wrap;
	}

	.selection {
		padding: 20px !important;
	}

	.form__main-item {
		max-width: none !important;
	}
	.web_form_submit {
		max-width: none !important;
	}
}