
.form-data{
  width: 100%;
  padding: 30px 0 20px;
}

.form-address{
  float: left;
  width: 250px;
}

.form-address label, .form-phones label{
  display: block;
  font-size: 8pt;
  padding-bottom: 5px;
  color: #000;
}

.form-address div{
  color: #585A5A;
  line-height: 150%;
  font-size: 10pt;
}

.form-phones{
  float: left;
  width: 160px;
  padding-left: 45px;
}

.form-phones div{
  font-size: 14pt;
  padding-bottom: 10px;
  color: #CF1510;
}

.form-map{
  padding: 10px 0;
}

.map-label{
  font-size: 9pt;
  text-decoration: underline;
  color: #646161;
  padding-top: 30px;
}

.form-label{
  font-size: 9pt;
  text-decoration: underline;
  color: #646161;
  padding: 20px 0 10px;
}

.form-inputs{
  float: left;
  padding-right: 13px;
  position: relative;
}

.fi-item{
  width: 374px;
  height: 18px;
  background-image: url(/images/form-input.jpg);
  background-repeat: no-repeat;
  margin-bottom: 8px;
  padding-top: 3px;
  padding-left: 5px;
  font-size: 7pt;
  font-weight: bold;
  font-style: normal;
}

.fi-item input{
  padding: 1px;
  font-family: Verdana;
  font-size: 8pt;
  border: 0;
  font-style: normal;
  background-color: transparent;
}

.c-name{
  width: 283px;
}

.c-company{
  width: 278px;
}

.c-phone{
  width: 324px;
}

.c-email{
  width: 324px;
}

.form-area{
  width: 351px;
  height: 134px;
  float: left;
  background-image: url(/images/form-area.jpg);
  background-repeat: no-repeat;
  padding-left: 3px;
  padding-top: 3px;
}

.form-area textarea{
  width: 348px;
  height: 130px;
  font-family: Verdana;
  font-size: 8pt;
  border: 0;
  background-color: transparent;
  resize: none;
}

.captcha{
  width: 333px;
}

.c-question{
  float: left;
  padding-right: 5px;
  margin-top: 4px;
  font-size: 8pt;
}

.c-value{
  float: left;
  width: 72px;
  height: 17px;
  padding-left: 9px;
  padding-top: 2px;
  background-image: url(/images/form-captcha.gif);
  background-repeat: no-repeat;
  margin-top: 1px;
}

.c-value input{
  width: 61px;
  padding: 1px;
  font-family: Verdana;
  font-size: 8pt;
  border: 0;
  text-align: center;
  background-color: transparent;
}

.c-action{
  float: left;
  padding-left: 5px;
  padding-top: 2px;
}

#msg{
  position: relative;
  z-index: 10;
}

.form-thanks{
  width: 746px;
  padding-bottom: 10px;
  margin-top: 20px;
  border-bottom: 1px solid #CF1510;
  border-top: 1px solid #CF1510;
  color: #22272B;
  text-align: center;
}
