

/* Start:/bitrix/templates/inside/components/bitrix/form.result.new/.default/style.css?1538822373905*/
table.form-table
{
	width:100%;
	border-collapse:collapse;
	font-size:14px;
	font-weight:normal;
}

table.form-table th, table.form-table td
{
	padding: 5px;
	vertical-align:top;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/inside/components/bitrix/form.result.new/.default/images/icon_warn.gif);
}
table.form-table input, table.form-table textarea, table.form-table select{
		font-size:16px;
		padding:8px;
		border:solid 1px #ccc;
		font-family: Tahoma, Arial, sans-serif;
}
table.form-table input[type="text"], table.form-table select{
	width:296px;
}
table.form-table input[type="submit"]{
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
	background:#00572D;
}
table.form-table input[type="reset"]{
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
	background:#999;	
}
/* End */
/* /bitrix/templates/inside/components/bitrix/form.result.new/.default/style.css?1538822373905 */
