.form-control_block {
	display: block;
    width: 100%;
    float: left;
}
#LTR_form_errors {
	text-align:center;
	color:red;
}


.rating-mini {
	display: inline-block;
	font-size: 0;
}
.rating-mini span {
	padding: 0;
	font-size: 20px;
	line-height: 1;
	color: lightgrey;
}
.rating-mini > span:before {
	content: '★';
}
.rating-mini > span.active {
	color: gold;
}

.rating-area {
	overflow: hidden;
	margin: 0 auto;
	float: left;
}
.rating-area:not(:checked) > input {
	display: none;
}
.rating-area:not(:checked) > label {
	float: right;
	width: 30px;
	padding: 0;
	cursor: pointer;
	font-size: 25px;
	line-height: 25px;
	color: lightgrey;
	text-shadow: 1px 1px #bbb;
}
.rating-area:not(:checked) > label:before {
	content: '★';
}
.rating-area > input:checked ~ label {
	color: gold;
	text-shadow: 1px 1px #c60;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
	color: gold;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
	color: gold;
	text-shadow: 1px 1px goldenrod;
}
.rate-area > label:active {
	position: relative;
}


.select {
    position: relative;
}
.select select {
    display: block;
    width: 200px;
    padding: .75rem 2.5rem .75rem 1rem;
    background: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-appearance: none;/* Chrome */
    -moz-appearance: none;/* Firefox */
    appearance: none;
    font-family: inherit;
    color: #444;
}
.select select {
    background: url(...) no-repeat;
}

.sale-order-history-link {
    display: inline-block;
    font: 13px "Open Sans",sans-serif;
    padding: 6px 20px;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 2px;
}
.mb_20 {
	margin-bottom:20px;
}
.mt_20 {
	margin-top:20px;
}
.freeform.bg-white  {
	float: left;
    width: 100%;
}
.form-group.form-group_half {
	display:block;
	width:50%;
	float:left;
}
.form-group  input[type="file"] {
	margin-bottom:5px;
}
.cant_review {
	float:left;
	width:100%;
}
