

/* Start:/local/templates/mahina/components/bitrix/form.result.new/vozvrat_form/style.css?17534488861605*/
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(/local/templates/mahina/components/bitrix/form.result.new/vozvrat_form/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(/local/templates/mahina/components/bitrix/form.result.new/vozvrat_form/images/icon_warn.gif);
}

/* ▼ добавьте в КОНЦЕ файла, после существующих правил ▼ */

/* Универсально для всех современных браузеров */
input::placeholder,
textarea::placeholder          { opacity: 1;  transition: opacity .15s ease; }
input:focus::placeholder,
textarea:focus::placeholder    { opacity: 0; }

/* Чуть более надёжно для старых WebKit (до Chrome ≈ 66 / Safari ≈ 10) */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder          { opacity: 1; }
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder    { opacity: 0; }

/* IE 10‑11 (если вдруг ещё нужен) */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder          { opacity: 1; }
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder    { opacity: 0; }

/* End */
/* /local/templates/mahina/components/bitrix/form.result.new/vozvrat_form/style.css?17534488861605 */
