.web-form input[type=text],
.web-form input[type=password] {
  border-radius: 4px;
  background: #ebeff1 none repeat scroll 0 0;
  border: 2px solid #fff;
  box-shadow: 0 1px 4px 0 rgba(60, 67, 81, 0.15) inset;
  font-size: 19px;
  font-weight: 300;
  height: 49px;
  line-height: 49px;
  padding: 4px 20px 0;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.web-form input[type=text]:focus,
.web-form input[type=password]:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}
.web-form textarea {
  height: 150px;
  border-radius: 4px;
  background: #ebeff1 none repeat scroll 0 0;
  border: 2px solid #fff;
  box-shadow: 0 1px 4px 0 rgba(60, 67, 81, 0.15) inset;
  font-size: 19px;
  font-weight: 300;
  line-height: 49px;
  padding: 4px 20px 0;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.web-form textarea:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}
.web-form label {
  display: none;
  color: #73787d;
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
  margin: 0;
  padding: 0 0 2px 30px;
  vertical-align: top;
  cursor: pointer;
}
.web-form label.label-radio {
  display: block;
  background: rgba(0, 0, 0, 0) url("../img/bg_radio.png") no-repeat scroll 0 2px;
}
.web-form label.label-radio.active {
  background: rgba(0, 0, 0, 0) url("../img/bg_radio_active.png") no-repeat scroll 0 2px;
  color: #040404;
}
.web-form label.label-checkbox {
  display: block;
  background: rgba(0, 0, 0, 0) url("../img/bg_checkbox.png") no-repeat scroll 0 2px;
}
.web-form label.label-checkbox.active {
  background: rgba(0, 0, 0, 0) url("../img/bg_checkbox_active.png") no-repeat scroll 0 2px;
  color: #040404;
}
.web-form label span {
  color: #73787d;
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
}
.web-form input[type=radio],
.web-form input[type=checkbox] {
  display: none;
}
.web-form .select-wrapper {
  background: #ffffff url("../img/bg_sell_article.gif") no-repeat scroll 100% 50%;
  border: 2px solid #dce0e3;
  height: 45px;
  margin: 0;
  position: relative;
  width: auto;
}
.web-form .select-wrapper .select {
  color: #575757;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  height: 45px;
  line-height: 40px;
  padding: 0 15px;
  width: 100%;
}
.web-form .select-wrapper select {
  color: #575757;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
.web-form input[type=submit] {
  background: #303ba5 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: block;
  font-family: "museo_sans_cyrl300";
  font-size: 14px;
  height: 46px;
  line-height: 44px;
  margin: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  width: 150px;
}
.web-form.loading input[type=submit] {
  background-image: url("../img/ajax_dblue_medium.gif");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.web-form .dMessage {
  font-size: 18px;
  margin: 30px 0;
}
.web-form .dMessage.success {
  color: #0d6800;
}
.web-form .dMessage.error {
  color: #8A0000;
}
