/********************** Reminder View ************************/

#error-message {
  color: #ff6666;
}

#review-collector {
  padding: 20px 20px 20px 20px;
}

.review-container h2.title {
  text-align: center;
}
.review-container .title img {
  display: inline;
  max-width: 300px;
  margin-bottom: 20px;;
}
.product-review-form {
  padding-top: 30px;
}
.review-container .review-inner {
  max-width: 600px;
  margin: 0 auto;
}
.review-container .success-inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.review-container .review-inner > h2 {
  margin-bottom: 20px;
}
.review-container .review-inner > p {
  margin-bottom: 12px;
}
.review-container .review-item .title {
  font-size: 16px;
  margin-bottom: 0px;
}
.review-container .review-item .opt-out {
  float: right;
  margin-top: 3px;
}

.product-review .title {
  font-size: 18px;
  color: #666666;
}
.product-review .title strong {
  color: #000;
}
.review-form fieldset {
  margin-bottom: 35px;
  border: 1px solid #ccc;
  padding-top: 35px;
  position: relative;
}

.review-form fieldset.invis .product-image {
  display: none;
}
.review-form fieldset.invis .product-review {
  width: 100%;
}
.review-form fieldset.invis .product-review .ratings {
  display: none;
}
.review-form fieldset.invis .product-review .form-list {
  display: none;
}
.review-form fieldset.invis .product-review .title {
  margin-bottom: 0;
}
.review-form fieldset .product-image {
  text-align: center;
}
.review-form fieldset .opt-out {
  font-size: 12px;
}
.review-form fieldset .ratings .rating {
  overflow: hidden;
  border: 1px solid transparent;
}
.ratings .stars .star {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMC8yNS8xMmh8FMEAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAACDUlEQVRIia2Uv27bMBDGvxM8FG0ROGsDhHoDG+CYITSyZcgaIFm0Zssj+DWy+RH6BnF2CrECZJeXIgjQQp1akOZdBkuGpET+hxxAkDx99zseSB2JCLosTdMEALTWky5NrzN6aeNy7gREG7IrAKo6yU6AWvb2ejMgTVNTZq9Mlb53RtbaGEAMYAigD8CUe9XSzgHkAKYACgAzADlZa2cABl1H3GBZVGbM9gkGYCKtdbEHJANgtNZFBAA7QlbBQO0WSsftFoDbKrgBKC3eAtDQfDpg2No/lKNT03WCOYCR1tporQ2AUel7f0oRWQ1rbWGtTeq+1vfEWlvUfbSuH9zc/EqYgbu7H5Muzdp+4ByNRQjYpx8kyUuyWETKOVLX16/JzgDvo7FzBO8JztF4J8Dl5avxntQSEMF7UhcXv81HWrq6eolFKGbGkJn6zDAiFIcAJUIIARAhMGPOTDkzpswomGnGjLy3WEQ/Q8CgFIG5mutrAjOUCKkQcFrTZj3nyCypNGBeZquy1rKvYDV/FgIMiQjOz//0d4EwI2Mm8/j4vVg9pLOzogH5oIQKmImQeXr6VgBovsSTk79GhO43lDB6fv46rWIaL9H7KN6ihLge0wJQvOYWKmA3wDkatrI+lMGnNciwE1ArYR4Ckjz/MgWAoyNnmDFhJtUuofG/x/G/4vj4f2c/ODz0ycGBb/SDN8Ui1ZIa3CNOAAAAAElFTkSuQmCC')
  no-repeat;
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 4px;
}
.ratings .stars .star.hover,
.ratings .stars .star.active {
  background-position: 0 -16px;
}
.ratings .stars .star.active.active-hold {
  background-position: 0 0;
}
.form-list .input-box {
  width: 100%;
}
.form-list {
  margin: 0;
  padding: 0;
}
.form-list li {
  margin-bottom: 10px;
  list-style: none;
}
.form-list li:last-child {
  margin-bottom: 0px;
}
.form-list input.input-text,
.form-list textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 5px;
}
.form-list textarea {
  height: 100px;
  max-width: 100%;
}
ul.form-list .guidelines {
  margin-top: 5px;
}
ul.form-list .guidelines li {
  margin-left: 5px;
  margin-bottom: 2px;
  font-size: 10px;
}
.buttons-set {
  text-align: right;
  margin: 0;
  padding: 15px;
}

.validation-failed {
  background-color: #fff7f7 !important;
}

/********************** Reminder Complete ************************/

.discount-codes li {
  float: left;
  padding: 5px 18px;
  border: 2px dashed #ccc;
  font-size: 20px;
  font-weight: bold;
  margin-right: 8px;
  background: #efefef;
  border-radius: 4px;
}
p.small {
  font-size: 11px;
  font-style: italic;
}

@media (max-width: 590px) {
  .review-form fieldset .product-image {
    width: 100%;
  }
  .review-form fieldset .product-review {
    width: 100%;
  }
} 
