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

#contacts {
	border-top: 2px solid #25639a;
	margin-top: 20px;
}

#conth {
	margin-top: 20px;
}
.blue-border:focus {
	outline: none;
	outline: 1px solid #6dcdf6;
}
#checkboxAgreement {
	margin-left: 0px !important;
	scale: 1 !important;
}
.captcha-block input {
	background-color: #f8f8f8;
	margin-top: 6px;
	height: 52px;
	width: calc((100% - 24px) / 2);
	border-radius: 6px;
	padding: 16px 12px;
}
.captcha-block input:focus {
	outline: 1px solid #6dcdf6;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	width: 190px;
}
