/* Центральная колонка
================================== */
.centerCol .commonTitle {
  padding: 5px 0px;
  font-size: 1.5rem;
  text-align: left;
  font-weight: normal;
  line-height: 1.8rem;
}
.centerCol h3,h2 {
  font-size: 1.5rem;
  padding-top: 0px;
  line-height: 2.0rem;
  text-align: left;
  font-weight: normal;
}

.listImgText h2 {
  font-size: 14px;
  padding: 10px 0px 5px 0px;
  font-weight: bold;
}
.img_list_left {
  position: relative;
  float: left;
  padding: 13px 15px 5px 0px;
}

.centerCol .byMetod {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #999999;
  font-style: italic;
  font-weight: normal;
  margin-top: -5px;
}

.centerCol .resultTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #cf142b;
  font-weight: normal;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px;
}

.centerCol .resultNumber {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 55px;
  line-height: 55px;
  color: #cf142b;
  font-weight: bold;
}

.img_list_left {
  position: relative;
  float: left;
  padding: 9px 15px 5px 0px;
}

.errMsg {
  padding: 5px 10px 10px 10px;
  margin: 10px 0px;
  border: 1px dotted #cf142b;
  background-color: #FFFFFF;
}
.errMsg h4 {
  padding: 0px 0px;
  font-size: 18px;
  text-align: left;
  font-weight: normal;
  color: red;
  background-color: transparent;
  border-bottom: none;
}
.errMsg p {
  padding: 5px 0px;
  margin-top: -10px;
}

/* Форма
================================== */
.numerForm {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 22px;
  padding: 0px;
  margin: 20px 0px 25px 0px;
}
.numerForm h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  color: #000000;
}
.numerForm input {
  padding: 4px 2px 4px 2px;
  margin-right: 5px;
}
.numerForm #numerSubmit {
  padding: 5px 10px 5px 10px;
  margin-top: 0px;
}