

/* Start:/local/components/le.new/form.result.new2/templates/newform/style.css?17521446181350*/
table.form-table
{
	width:100%;
	background-color:#ebf4fb;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	
	text-align: left;
	color:#25639A;
}

table .row__left {
	text-align:right;width:50%;
}

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(/local/components/le.new/form.result.new2/templates/newform/images/icon_warn.gif);
}

table .inputtext {
width:100%;box-sizing:border-box;
border-radius: 2px;
border:1px solid #d0d0d0;
line-height:31px;
padding:0 10px;
}
table .inputtextarea {
width:100%;box-sizing:border-box;
border-radius: 2px;
border:1px solid #d0d0d0;
padding:10px 10px;
}

.form-table__submit {
	background:#005b9c;
	color:white;
	font-size:13px;
	padding:10px 25px;
	border-radius:20px;
	display: inline-block;
	border:none;
	cursor:pointer;
}
.form-table__bottons {
	text-align: center !important;
}

.form-table__wrap {
	background:#ebf4fb;
	padding:0px 20px 10px;
	overflow: hidden;
}
.form-table__header {
	margin:15px 0 0;
	text-align: center;
}
input[type="checkbox"] {
	margin-right: 5px;
}
/* End */
/* /local/components/le.new/form.result.new2/templates/newform/style.css?17521446181350 */
