#filter-sell_price {
  /*width: 200px;*/
}

.form-item-price-min,
.form-item-price-max,
.form-item-price-max label {
  margin-top: 5px;
  display: inline-block;
}
.form-item-price-min,
.form-item-price-max {
  width: 40%;
}
#edit-price-min,
#edit-price-max {
  width: 50px;
}
.form-item-price-max label {
  text-align: center;
}

.views-exposed-form label {
  font-weight: normal;
  padding-left: 1%;
  vertical-align: text-bottom;
}
.views-exposed-form .views-exposed-widget>label {
  font-weight: bold;
  margin-bottom: 15px;
  background: url(../images/sprite.png) no-repeat 3px -518px;
  padding-left: 30px;
  display: block;
}

#edit-reset,
#edit-reset1 {
  width: 70%;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  border: none;
  background: transparent;
  color: #6e6e6e;
  text-transform: none;
}

.view-uc-products .views-exposed-widget.buttons {
  text-align: center;
  /*padding-top: 0 !important;*/
}
.view-uc-products .views-exposed-widget.buttons input {
  width: 70%;
  background: #6f6e6e;
  color: white;
  text-transform: uppercase;
  line-height: 34px;
  cursor: pointer;
}