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);
}


.input-tag {
	font-size: 14px;
	font-weight: bold;
	color: #212426;
	margin-bottom: 10px
}

.input-item input {
	width: 100%;
	padding: 20px 18px;
	font-size: 14px;
	background: #fff;
	border: 1px solid #F4F6FA;
}

.input-item {
	margin-bottom: 20px;
}

.captcha {
	width: 180px;
}

.submit {
	background: #00C960;
	color: #fff !important;

	font-size: 16px;
	line-height: 1.4;
	color: #986b4d;
	font-weight: 700;
	min-height: 62px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	transition: .3s;
	width: fit-content;
	padding: 0 80px;
	border: 0 !important;
}