#testimonial-customer-information {
	float:right;
	border:1px solid #efefef;
	padding:0 24px 24px;
}
#testimonial-customer-information li .input-text {
	width:240px;
}

#testimonial-customer-submission {
	float:left;
}
#testimonial-customer-submission li {
	margin:0 0 15px;
}

#testimonial-customer-submission li .input-text {
	width:400px;
}
#testimonial-customer-submission li textarea.input-text {
	height:200px;
}

#testimonial-customer-release {
	color:#666;
}
#testimonial-customer-release a{
	text-decoration:underline;
	cursor:pointer;
}
#testimonial-customer-release a:hover{
	text-decoration:none;
}
#testimonial-customer-release-more {
	display:none;	
	border:3px solid #ccc;
	padding:10px;
	background:#fff;
	margin:0 0 1em;
	width:374px;
}

#testimonial-customer-release-more p{
	padding:0;
}

a#testimonial-customer-release-hide {
	float:right;
}


#testimonial-submission-footer {
	border-top:1px solid #ccc;
	padding:1em 0 0;
	margin:2em 0 0;
	color:#666;
}

#testimonial-submissions h2 {
	margin:.5em 0 1em 0;
}

#testimonial-customer-submission ul{
	position:relative;
}

#testimonial-product-thumbnail {
	position:absolute;
	right:0;
	border:1px solid #efefef;
}
#testimonial-product-thumbnail img {
	width:100px;
}
.testimonials-stars {
	width:80px;
	height:16px;
	background-image: url(/assets/img/star-ratings.gif);
	background-position: 0 0;
	background-repeat:no-repeat;
}

.testimonials-stars li{
	display:block;
	float:left;
	width:16px;
	height:16px;
	cursor:pointer;
}

.testimonials-stars li span{
	display:none;
}

.testimonials-one-star, .testimonials-one-star-on {
	background-position:0 -16px;
}

.testimonials-two-stars, .testimonials-two-stars-on {
	background-position:0 -32px;
}

.testimonials-three-stars, .testimonials-three-stars-on {
	background-position:0 -48px;
}
.testimonials-four-stars, .testimonials-four-stars-on {
	background-position:0 -64px;
}
.testimonials-five-stars, .testimonials-five-stars-on {
	background-position:0 -80px;
}

#testimonial-rating {
	float:right;
	position:absolute;
	right:0;
	top:0;
	width:100px;
}
#testimonial-rating li{
	margin:0 0 2px;
}

span#testimonial-rating-value {
	font-size:11px;
	font-weight:bold;
	color:#666;
}

#testimonial-contact-customer-service {
	background: url(/assets/img/alert-icon.png) 0 .2em no-repeat;
	float:right;
	font-weight:bold;
	width:296px;
	margin:20px 0 0;	
}

#testimonial-contact-customer-service p {
	text-indent:20px;
}

#testimonial-product-type, #testimonial-product {
	display:none;
}

#form-messaging {
	margin:0 0 20px;
}

.hlerror{
 	outline: none;
    border: 1px solid #FC0505;
   /* box-shadow: 0px 0px 8px #F46A4B;
    -moz-box-shadow: 0px 0px 8px #F46A4B;
    -webkit-box-shadow: 0px 0px 8px #F46A4B; */
	margin:2px 2px 2px 2px;
	/* background-color:#F79B9B; */
}
.error-text{
	font-size:14px;
	color: red;
  margin: 10px 0px;
	padding:2px 2px 2px 2px;
}
