.accurate-logo {
  display: block;
  min-height: 25px;
  text-indent: -3000px;
  background: url(/accurate/_/img/accuratelogo.png) no-repeat center center;
}

body.accurate-embed {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
}

body.accurate-embed .body-wrap {
  position: relative;
  background: #fff;
  margin-top: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 3px solid #b7b7b7;
}

body.accurate-embed .top-tab-wrap {
  position: absolute;
  top: -25px;
  width: 100%;
  height: 25px;
  text-align: center;
}

body.accurate-embed .top-tab {
  margin: 0 auto;
  width: 190px;
  padding: 5px;
  height: 12px;
  background: #fff;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 3px solid #b7b7b7;
  border-bottom: 0;
}

.accurate-display {
  width: 230px;
  margin: 15px auto 0;
}

.accurate-display .review-count {
  position: relative;
  top: -5px;
  left: 5px;
  color: #5a96d5;
  font-size: 14px;
}

.write-review-button {
  display: block;
  width: 150px;
  margin: 10px auto 0;
}

.write-review-button img {
  width: 100%;
}

.accurate-powered-by {
  font-size: 10px;
}

.star-bar {
  display: inline-block;
  width: 145px;
  height: 25px;
  background: transparent url('/accurate/_/img/stars.png') no-repeat top left;
  cursor: default;
  background-position: 0 0px;
}
.star-bar.hover-0-0 {
  background-position: 0 0px;
}
.star-bar.hover-0-5 {
  background-position: 0 -25px;
}
.star-bar.hover-1-0 {
  background-position: 0 -50px;
}
.star-bar.hover-1-5 {
  background-position: 0 -75px;
}
.star-bar.hover-2-0 {
  background-position: 0 -100px;
}
.star-bar.hover-2-5 {
  background-position: 0 -125px;
}
.star-bar.hover-3-0 {
  background-position: 0 -150px;
}
.star-bar.hover-3-5 {
  background-position: 0 -175px;
}
.star-bar.hover-4-0 {
  background-position: 0 -200px;
}
.star-bar.hover-4-5 {
  background-position: 0 -225px;
}
.star-bar.hover-5-0 {
  background-position: 0 -250px;
}
