.w-feedback {
  padding-left: 10px;
}
.w-feedback-options {
  font-size: 0;
}
.w-feedback-options span {
  width: 70%;
  display: inline-block;
  font-size: 13px;
  *display: inline;
  *zoom: 1;
}
.w-feedback-options-option {
  font-size: 13px;
}
.w-feedback-options-option.type_level {
  display: inline-block;
  width: 50px;
  *display: inline;
  *zoom: 1;
}
.w-feedback-options-option.type_level input {
  margin-right: 5px;
}
.w-feedback-options-option.type_category {
  display: block;
  margin-bottom: 15px;
}
.w-feedback-options-option.type_category input {
  margin-right: 5px;
}
.w-feedback-input textarea,
.w-feedback-input-category,
.w-feedback-input-contact {
  background: #fff;
  border: 1px solid #e6e6e6;
  width: 550px;
  padding: 5px;
  resize: vertical;
  box-shadow: 0 1px 1px #eee inset;
}
.w-feedback-input-category {
  resize: none;
  width: 45%;
  font-size: 12px;
}
.w-feedback-input {
  width: 100%;
}
.w-feedback-input-contact {
  width: 45%;
  resize: none;
}
.w-feedback-input span {
  width: 50%;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
p.w-feedback-submit {
  text-align: right;
  float: right;
  box-sizing: border-box;
  padding-right: 20px !important;
}
input.w-feedback-submit {
  background: #B1B1B1;
  border: none;
  width: 100px;
  float: right;
  cursor: pointer;
  color: #FFF;
  height: 24px;
  padding: 0 5px;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 10px;
}
input.w-feedback-submit:hover {
  background: #0089d0;
}
.w-feedback-submit,
.w-feedback-note {
  width: 50%;
}
.i-captcha {
  cursor: pointer;
}
.i-error-text {
  color: red;
  font-weight: bold;
  margin-top: 10px;
}
