form#rating-review .stars {
  background:url(../../images/design-assets/stars.png) 0 0;
  width: 150px;
  height:30px;
  position:relative;
  margin:0 auto;
}

form#rating-review .stars input[type="radio"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
form#rating-review .stars input[type="radio"].star-5:checked ~ span {
  width: 100%;
}
form#rating-review .stars input[type="radio"].star-4:checked ~ span {
  width: 80%;
}
form#rating-review .stars input[type="radio"].star-3:checked ~ span {
  width: 60%;
}
form#rating-review .stars input[type="radio"].star-2:checked ~ span {
  width: 40%;
}
form#rating-review .stars input[type="radio"].star-1:checked ~ span {
  width: 20%;
}
form#rating-review .stars label {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0!important;
  padding: 0!important;
  text-indent: -999em;
  float: left;
  position: relative;
  z-index: 10;
  background: transparent!important;
  cursor: pointer;
}
form#rating-review .stars label:hover ~ span {
  background-position: 0 -30px;
}
form#rating-review .stars label.star-5:hover ~ span {
  width: 100% !important;
}
form#rating-review .stars label.star-4:hover ~ span {
  width: 80% !important;
}
form#rating-review .stars label.star-3:hover ~ span {
  width: 60% !important;
}
form#rating-review .stars label.star-2:hover ~ span {
  width: 40% !important;
}
form#rating-review .stars label.star-1:hover ~ span {
  width: 20% !important;
}
form#rating-review .stars span {
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 30px;
  background: url(../../images/design-assets/stars.png) repeat-x 0 -60px;
  -webkit-transition: -webkit-width 0.5s;
  -moz-transition: -moz-width 0.5s;
  -ms-transition: -ms-width 0.5s;
  -o-transition: -o-width 0.5s;
  transition: width 0.5s;
}

/* #newsletter-subscribe */
form
{
  text-align:center;
}
/* #newsletter-subscribe input, #newsletter-email-subscribe label */
input, label, textarea, .button
{
  display:block;
  height:2em;
  line-height:2em;
  width:70%;
  margin:0.8em auto 0.2em auto;
  text-align:center;
  background:none;
}
/* #newsletter-subscribe #newsletter-email-subscribe */
input.text-box, textarea
{
  border:1px solid #47403D;
}
textarea
{
  height:3.6em;
  line-height:1.2em;
  padding:0.6em 0;
}
::-webkit-input-placeholder {
color: #333;
opacity:1;
}

:-moz-placeholder { /* Firefox 18- */
color: #333;
opacity:1;
}

::-moz-placeholder { /* Firefox 19+ */
color: #333;
opacity:1;
}

:-ms-input-placeholder {
color: #333;
opacity:1;
}

input.text-box-err, textarea-err
{
  border:1px solid #47403D;
}

.captchaUserInput
{
  display:inline-block !important;
  width:3em;
  margin-top:0;
}
#captcha-img, #rr-captcha-img
{
  display:inline-block;
  height:2em;
  width:auto;
  margin:0;
  vertical-align:top;
}
.err
{
  font-size:0.75em;
  display:inline-block;
  width:100%;
  margin-top:0;
  margin-bottom:1em;
  color:#FF4D4D;
}

.form-label
{
  display:block;
  font-size:0.8em;
  line-height:1.2em;
  margin-bottom:0;
}
.button
{
  text-decoration: none;
}
.submit
{
  background:#E33539;
  color:#FFF;
  cursor:pointer;
}

