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(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(icon_warn.gif);
}

.data-table-custom {
	border: none !important;
	max-width: 600px !important;;
	margin: 0 auto 60px !important;
}

.data-table-custom tr:hover {
	background: none !important;
}

.data-table-custom td, .data-table-custom th {
	border: none !important;
	vertical-align: middle !important;
}

.data-table-custom td:first-child {
	max-width: 300px;
}

.data-table-custom tfoot th {
	text-align: center !important;
}

.data-table-custom input[type="text"] {
	position: relative;
	z-index: 2;
	margin: 0;
	width: 100%;
	padding: 1.25rem 1rem 1rem;
	height: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: var(--dark);
	font-size: .9rem;
	border-radius: 6px;
	background: transparent;
	transition: all .2s ease;
	-webkit-appearance: none;
	background: var(--light);
	border: 1px solid #ececec;
}

.errors-wrap {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	padding: 15px;
	border-radius: 10px;
	max-width: 600px;
	margin: 0 auto;
}

.errors-wrap p {
	padding: 0;
	margin: 0;
}

.errors-wrap font.errortext {
	color: #a94442;
}

.form-note-wrap {
	text-align: center;
	margin: 50px auto 300px;
	margin-bottom: 200px;
	padding: 25px;
	position: relative;
	max-width: 600px;
	color: #0a3622;
	background-color: #d1e7dd;
	border: 1px solid #a3cfbb;
	border-radius: 5px;
}

.registration-info-wrap {
	text-align: center;
	margin: 50px auto 300px;
	margin-bottom: 30px;
	position: relative;
	max-width: 600px;
	color: #0a3622;
}

.data-table-custom .agreement-check {
	color: #000;
}