

/* Full Page */

.testimonial {
	width: 90%;
    margin: 20px auto;
    padding: 0px;
    text-align: left;
    
	border: 0px solid #E6E6E6;
}

.testimonial .inner {
    margin: 0;
    padding: 20px;
    
	
	
	
	
	
	
	
	
    background: rgba(255, 255, 255, 0.1);
	

}

.testimonial h3 {
    background: url("../images/quotes.png") no-repeat scroll left center transparent;
    color: #5E5E5E;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 0 5px 40px;
    text-align: left;
    line-height: 1.2em;
}

.testimonial img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EFEFEF;
    padding: 6px;
}

.testimonial .photo {
    float: left;
    margin-bottom: 5px;
    margin-right: 15px;
    position: relative;
}

.testimonial .content {
    color: #CFC0C0;
    font-style: italic;
    padding-top: 0;
}

/* .testimonial .content:before, .testimonial .content:after {
    content:"''";
    font-size:14px;
    font-weight:bold;
    color:#ff0000;
    
} */
.testimonial .content:before {
    margin-left: -8px;
}

.testimonial .client {
    color: #FFFFFF;
    margin-top: 10px;
    text-align: right;
}

.testimonial .client .name {
    font-weight: bold;
}

.testimonial .client .email {
    font-size: 12px;   
    color: #42172C;
}

.testimonial .company a {
    color: #004FC6;
}

/* Submission Form */

#testimonial-form {
    margin: 20px auto;
    padding: 0px 20px;
}

#testimonial-form label .desc {
    font-size: 12px;
    padding-left: 10px;
}

#testimonial-form label {
    display: block;
    float: none;
    position: relative;
    font-weight: bold;
    color: #A08891;
}

#testimonial-form input[type="text"] {
    display: block;
    width: 250px;
    margin-bottom: 0px;
    color: #CFC0C0;
    background: rgba(255, 255, 255, 0.1);
    border: 0;
    padding: 3px;
}

#testimonial-form input[type="submit"] {
    font-size: 14px;
    padding: 5px 10px;
	background: #CA3F6B;
}

#testimonial-form textarea {
    float: none;
    height: 130px;
    margin-right: 20px;
    width: 550px;
    color: #CFC0C0;
    background: rgba(255, 255, 255, 0.1);
    border: 0;
    padding: 3px;
}

#testimonial-form .req {
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
}

#testimonial-form .required_notice {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 10px 0px;
}

#testimonial-form input.error,
#testimonial-form textarea.error,
#testimonial-form select.error {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid #ffdcdc;
}

#testimonial-form .error {
    color: #B50007;
    padding: 5px;
    width: 550px;
}

#testimonial-form .form-field {
	margin: 0px 0px 10px 0px;	
	color: #FFF;
	font-weight: bold;
}

.form-field span {
	font-size: 13px;
	font-style: italic;	
	color: #DDCED6;
	font-weight: normal;
}

.testimonial-success {
	background: #E9F9E5;
	border: 1px solid #B4E8AA;
    color: #1C8400;
    padding: 5px;
}

/* Paging Controls */

ul.simplePagerNav {
	margin: 20px auto;
    text-align: center;
    font-size: 12px;
    display: block;
}

ul.simplePagerNav li {
    background: none;
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    display: inline;
    list-style: none;
}

ul.simplePagerNav li a {
    color: #A08891;
    font-weight: bold;
}

ul.simplePagerNav li.currentPage a {
	color: #FFF;
	text-decoration: none;	
}