


/* Start:/bitrix/templates/models/components/bitrix/form.result.new/model/style.css*/

.form-required 
{
	color: red;
}

.alert p {
	margin: 0;
}

.alert font.errortext {
	color: inherit !important;
}

table.form-table input.inputtext {
	width: 98%;
}

@media (max-width: 767px) {
	table.form-table input.inputtext, table.form-table select {
		width: 70%;
	}
}

table.form-table div.control-group {
	margin: 0;
}

table.form-table tbody tr td:first-child {
	text-align: right;
	padding-right: 20px;
}

.captcha-row td {
	padding-top: 15px;
	padding-bottom: 15px;
}

.captcha-row td input.inputtext {
	margin: 10px 0;
	width: 60px;
}

table.form-table .btn {
	background-position: 85% 16px;
}

table.form-table .btn:hover {
	background-position: 90% 16px;
}

table.form-table input[size="16"] {
	width: 30%;
}

table.form-table input[size="32"], table.form-table input[size="48"] {
	width: 60%;
}
/* End */
/* /bitrix/templates/models/components/bitrix/form.result.new/model/style.css */
