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);
}
.captcha_text p{font-size: 13px;margin-bottom: 10px;color: #a1aeb8;font-weight: 800;}
.captcha_container{display: flex; flex-flow: row; justify-content: space-between;}
.captcha_container div{width: 48%; height: 60px;}
.captcha_container input, .captcha_container img{width: 100%;height: 40px;background-color: #a1aeb8;}
.captcha_input input{margin: 0 !important;}
.errors p font.errortext {color: #fff !important;}

.goodForm{height: 300px;display: flex;justify-content: center;}
.goodForm .errors{margin-top: 60px;}
.goodForm .errors p{color: #fff;font-size: 20px;text-align: center;}

.checkbox-area input{margin-right: 5px;background-color: #a1aeb8;background-color: #fff;background-repeat: no-repeat;
    background-position: center;background-size: contain;border: 1px solid rgba(0,0,0,.25);}
.checkbox-area input, .checkbox-area label{float: left; font-size: 14px; line-height: 14px; height: 14px; color: #fff;}
.checkbox-area{margin-bottom: 15px; float: left;}
.modal__form .checkbox-area label {color: rgba(255, 255, 255, 0.5);}
