.rate{margin:10px;}
#stars {margin:10px;}

.bdr-btn{
	margin-top:1em;
}
.bdr-btn a{
	color: #000000;
	border: 2px solid #000;
    padding: 0.75em 3.5em;
}
.bdr-btn a:hover{
	border: 2px solid #000000;
	background-color:#000000;
	color:#FFFFFF;
	text-decoration:none;
}
a.more-review{
	color: #676767;
	text-decoration: underline;
	margin-top: 1em;
}
a.more-review:hover{
	color: #000000;
	text-decoration:none;
}
.comment-form-rating {
    text-align: center;
    background: #f8f8f8;
    padding: 10px;
    margin-bottom: 24px;
    border-radius: 3px;
	width: 100%;
    margin-right: 20px;
    margin-left: 20px;
}
.comment-form-rating .stars a{
  -moz-transition: all .25s cubic-bezier(.25, .46, .45, .94);
  -o-transition: all .25s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition: all .25s cubic-bezier(.25, .46, .45, .94);
  transition: all .25s cubic-bezier(.25, .46, .45, .94)
}
.comment-form-rating .stars {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-family: "et-icon";
  color: #ccc;
  line-height: 1;
  font-size: 16px
}
.comment-form-rating .stars:before {
  font-family: "et-icon";
  content: "\e92e \e92e \e92e \e92e \e92e"
}
.comment-form-rating .stars > span:before {
  color: #282828;
  font-family: "et-icon";
  content: "\e92e \e92e \e92e \e92e \e92e"
}
.comment-form-rating .stars > span strong {
  display: none
}
.comment-form-rating .stars + .write_first {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  color: #282828;
  margin-left: 20px;
  line-height: 18px;
  vertical-align: text-top
}
.comment-form-rating .stars {
  margin: 0 15px
}
.comment-form-rating .stars:before {
  content: none
}
.comment-form-rating .stars > span:before {
  content: none
}
.comment-form-rating .stars a {
  position: relative;
  color: #ccc;
  display: inline-block;
  text-indent: -999em;
  width: 24px;
  font-size: 18px;
  font-family: "et-icon"
}
.comment-form-rating .stars a:before {
  position: absolute;
  display: block;
  width: 24px;
  text-indent: 0;
  content: "\e92e"
}
.comment-form-rating .stars a:hover ~ a, .comment-form-rating .stars a.active ~ a {
  color: #dcdcdc
}
.comment-form-rating .stars:hover a, .comment-form-rating .stars.selected a, .comment-form-rating .stars a:hover {
  color: #ffd700
}
.comment-form-rating .stars > span:before{
  color: #b9a16b
}
.comment-form label{
	margin: 0;
}

.crsl-hdg{
    padding: 10px;
}

