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

.not_found {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 25px;
	text-align: center;
	text-decoration-line: underline;

	color: #FFFFFF;

	opacity: 0.8;
}


.no_messenger{
	font-family: 'Open Sans Condensed';
	font-style: normal;
	font-weight: 300;
	font-size: 31px;
	line-height: 25px;
	/* identical to box height, or 81% */

	text-align: center;
	text-decoration-line: underline;

	color: #FFFFFF;
}

.not_found__form,
.no_messenger_form {
	display: none;
}

.main-form__title2.not_found__form {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 25px;
	/* or 147% */

	text-align: center;

	color: #FFFFFF;

	opacity: 0.8;
}


.not_found__form .btn-red_full,
.no_messenger_form .btn-red_full {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 38px;
	padding: 5px 0;
	border-radius: 38px;
	text-transform: unset;
	/* identical to box height, or 181% */

	text-align: center;

	color: #FFFFFF;
}