table.WebFormAuto {
  width: 100%;
  padding: 0px;
  margin: 0 0 0 30px;
  font: 16.67px 'BookAntiqua', Arial, Tahoma, Verdana, sans-serif;

}

table.WebFormAuto em {
  color: #F00;  
}

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

table.WebFormAuto td, table.WebFormAuto th {
  padding: 5px;
  font-size: 14px;    
}

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: 20px 0px 0px 30px;
  background:#4d060a; padding:5px 10px;
  color:#ffffff;
  border: 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;
}