<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table.WebFormAuto {
  width: 100%;
  padding: 0px;
  border-collapse: collapse;
  font-family: Verdana, sans-serif;
  font-size: 12px;
}

table.WebFormAuto em {
  color: #F00;
}

table.WebFormAuto th {
  background: #fff;
  font-weight: bold;
}

table.WebFormAuto td, table.WebFormAuto th {
    border-bottom: 1px solid #ffffff;
    padding: 5px;
    background: #f0f2f4;
}

table.WebFormAuto .quest {
  width: 200px;
}

table.WebFormAuto .field input[type=text] {
  height: 21px;
  width: 200px;
}

table.WebFormAuto .field textarea {
  height: 150px;
  width: 400px;
}

table.WebFormAuto .other {
  width: 200px;
}

table.WebFormAuto tr.capcha .quest {
  text-align: center;
}

table.WebFormAuto tr.capcha .quest img {
  cursor: pointer;
  border: none;
}

table.WebFormAuto tr.capcha input[type=text] {
  display: block;
  margin: 5px 0px 0px 0px;
}
.SendBtn {
  margin: 10px 0px 0px 0px;
}


/*--------------------------------------------------
  Ð”Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ñ‹Ðµ Ð¿Ð¾Ð»Ñ
--------------------------------------------------*/

input[type=text].WebForm {
  font-size: 12px;
}

select.WebForm {
  margin: 5px 0px 5px 0px;
  height: 21px;
  font-size: 11px;
  padding: 3px;
}
ul.WebForm-radio, ul.WebForm-checkbox {
  list-style-type: none;
  margin: 10px 0px 10px 10px;
  padding: 0px 0px 0px 0px;
}
ul.WebForm-radio label, ul.WebForm-checkbox label {
  cursor: pointer;
}
.WebForm-file input[type=checkbox] {
  margin: 5px 0px 10px 10px;
}</pre></body></html>