/****************************************
 * IQ Testimonials
 * Main CSS Rules
 *
 * Author: Roger MacRae
 * Author URI: http://www.rogermacrae.com
 ****************************************/
 

#iq-testimonials-label {
	float: left;
	width: 100px;
}

#iq-testimonials-input {
	width: 300px;
}

.iq-testimonial-wrap {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 10px;
}

.iq-testimonial-featured-wrap {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}

.iq-testimonials-success {
	color:#090;
	font-weight:bold;
	padding:0;
	font-size:12px;
}
.iq-testimonials-error {
	color:#f00;
	font-weight:bold;
	padding:0;
}
.iq-testimonial-quote {
	width:100%;
	float:left;
	padding-bottom:15px;
	padding-left: 20px;
	background: url("../images/pull-quote-dark.png") no-repeat scroll 0 4px transparent;
}
.iq-testimonial-image { 
	width:50px; 
	border-radius:25px;  
}
.iq-testimonial-name {
	color:#212121;
	font-size: 18px;
}



















