div#gd-ratings-review-widget {
	padding: 10px 60px;
}

img.prod_thmb {
	display: block;
	margin: 0 auto 10px auto;
}

h1.prod-name {
	text-align: center;
	margin: 0 auto;
	font-size: 16px;
	line-height: 18px;
	color: #232323;
}

hr {
	margin: 15px auto;
	border-color: #c3c3c3;
	border-width: 2px;
}

#gd-ratings-review-widget .gd-field-group.gd-rate-field {
	text-align: center;
}
#gd-ratings-review-widget .gd-field-group.gd-rate-field .smCenter,
#gd-ratings-review-widget .gd-field-group .smCenter {
	display: block;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #898989;
	pointer-events: none;
}
#gd-ratings-review-widget .gd-field-group .smCenter strong {
	text-align: center;
	margin-bottom: 0;
}
#gd-ratings-review-widget .gd-field-group.sleek_field {
	position: relative;
	margin: 0 auto 10px auto;
	text-align: center;
}
#gd-ratings-review-widget .gd-field-group.sleek_field input[type="text"] {
	width: 100%;
	height: 40px;
	text-align: left;
	line-height: 40px;
	margin: 0 auto;
}
#gd-ratings-review-widget .gd-field-group.sleek_field textarea {
	width: 100%;
	height: 140px;
	font-size: 14px;
	line-height: 18px;
	margin: 0 auto;
	padding: 5px;
	resize: none;
}


#gd-ratings-review-widget .gd-field-group.sleek_field label.check_rad {
	display: inline-block;
	line-height: 30px;
	height: 30px;
	margin: 5px 0 0 0;
	text-align: center;
	width: auto;
	padding: 0 15px;
	border-radius: 4px;
	border: 1px #656363 solid;
	background: #cecece;
	color: #616161;
	font-size: 14px;
	opacity: .7;
}
#gd-ratings-review-widget .gd-field-group.sleek_field label.check_rad:hover {
	color: #eeeeee;
	background: #3a7fb5;
}
#gd-ratings-review-widget .gd-field-group.sleek_field label.check_rad.sleek_active,
#gd-ratings-review-widget .gd-field-group.sleek_field label.check_rad.sleek_active:hover {
	color: #eeeeee;
	background: #005598;
	opacity: 1;
}

#gd-ratings-review-widget .gd-field-group.sleek_field label.check_rad input {
	display: none;
}


#gd-ratings-review-widget div.big_stars span.gd-review-stars-control {
	border-radius: 4px;
	padding:5px 30px;
}
#gd-ratings-review-widget div.big_stars span.gd-review-stars-control button:nth-child(n+2) {
	margin-left: 14px;
}
#gd-ratings-review-widget div.big_stars span.gd-review-stars-control button i.fa {
	font-size: 50px;
}
#gd-ratings-review-widget div.big_stars span.gd-review-stars-control button t {
	display: block;
	color: #898989;
	font-size: 12px;
	margin-bottom: 5px;
	text-align: center;
}
#gd-ratings-review-widget div.big_stars span.gd-review-stars-control button.lastStar t {
	color: #232323;
	font-weight: bold;
}


#gd-ratings-review-widget div.btm_sub {
	margin: 0 auto;
	text-align: center;
}
#gd-ratings-review-widget div.btm_sub div.g-recaptcha div {
	margin: 0 auto;
}
#gd-ratings-review-widget div.btm_sub div.actions {
	margin: 15px 0;
}
#gd-ratings-review-widget div.btm_sub div.actions button {
	width: 100%;
	max-width:304px;
	height: 76px;
	line-height: 76px;
	font-size: 28px;
	padding: 0;
	border-radius: 4px;
}
#gd-ratings-review-widget div.btm_sub div.actions button.submit_disabled {
	background: #9a9a9a;
	color: #dedede;
	cursor: default;
}

#gd-ratings-review-widget div.big_stars span.gd-review-stars-control.nonValid,
#gd-ratings-review-widget .gd-field-group.sleek_field input[type="text"].nonValid,
#gd-ratings-review-widget .gd-field-group.sleek_field textarea.nonValid {
	border: 1px #ff8c8c solid;
	background: #f1dbdb;
}
#gd-ratings-review-widget div.big_stars span.gd-review-stars-control.nonValid button i.fa {
	color:#fefefe;
}
#gd-ratings-review-widget .gd-review-stars-control button.checked .fa.fa-star,
#gd-ratings-review-widget .gd-review-stars-control button.checked .fa-star {
	color: #ffcc00 !important;
}

.oa_width {
	width: 80%;
	max-width: 600px;
}
