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);
}
.field-block {position: relative;}
label.error {
    font-size: 10px;
    color: red;
    position: absolute;
    right: 0;
    bottom: -18px;
}

.field-message label.error {
	bottom: -14px
}
div[id^="wait_comp_"] {display: none!important;}
.submit-block {position: relative;}
.submit-block .loading {width: 20px; height: 20px; position: absolute;top: 0;background-color: unset;right: 0px;color: #fff; display: none;}
.agree_block a[href$=".pdf"]:not(.btn):before {display: none!important;}
.agree_block a[href$=".pdf"]:not(.btn) {display: inline !important;}
.agree_block a[href$=".pdf"]:not(.btn) {display: inline !important; color: #0036FF; text-decoration: underline;}

