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);
}

.form__checkbox {
	/*content: '';*/
	/*width: 18px;*/
	/*height: 18px;*/
	/*!*display: block;*!*/
	/*background: #FFFFFF;*/
	/*border: 1px solid #E3E3E6;*/
	/*box-sizing: border-box;*/
	/*border-radius: 2px;*/
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
}

.form__checkbox label {
	margin: 0;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.03em;
	color: #28282C;
	padding-left: 29px;
	position: relative;
	cursor: pointer;
}

.form__checkbox a {
	text-decoration: underline;
}

.form__checkbox label {
	margin: 0;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.03em;
	color: #28282C;
	padding-left: 29px;
	position: relative;
	cursor: pointer;
}

.form__checkbox input {
	display: block!important;
	position: absolute;
	z-index: -1;
	opacity: 0;
	pointer-events: none;
}
