/*.b-form-button.m_product_reviews_form {
  color: #fff;
  border: 1px solid #c93614;
  background: #ef581e;
  background: -moz-linear-gradient( top, #ef581e, #ce381e, #b31d1d, #c93614 );
  background: -webkit-linear-gradient( top, #ef581e, #ce381e, #b31d1d, #c93614 );
  background: -o-linear-gradient( top, #ef581e, #ce381e, #b31d1d, #c93614 );
  background: -ms-linear-gradient( top, #ef581e, #ce381e, #b31d1d, #c93614 );
  background: linear-gradient( top, #ef581e, #ce381e, #b31d1d, #c93614 );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef581e', endColorstr='#c93614');
}

.b-product-reviews-form,
.b-form-text.m_product_reviews_form,
.b-form-textarea.m_product_reviews_form {
  border: 1px solid #ddd;
}

.b-double-line {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}*/