/*Add testimonial form style begin*/
test
#testimonial_form_div { 
	/*background-color:#FFFFF2;*/
	border-bottom:1px solid #DDDDDD;
	padding:8px 0px;
}

#testimonial_form {
	padding-bottom:6px;
	padding-top:2px;
}

#testimonial_form label {
	display:block;
	font-weight:bold;
	padding-bottom:4px;
	padding-top:6px;
}

#testimonial_form_caption, #testimonial_form_author {
	width:400px;
}
/*Add testimonial form style end*/

/*List testimonial style begin*/
.testimonial_caption {
	color:#666666;
	font-size:10px;
	font-weight:bold;
	height:21px;
	padding-left:4px;
	padding-top:4px;
	text-align:left;
	text-transform:uppercase;
}

.testimonial_text {
	text-align: left;	
	width:100%;
}

.testimonial_author {
	text-align: right;
	font-style:italic; 

}

div.testimonial, span.testimonial {
	background:#FFFFDD none repeat scroll 0%;
	border:1px solid #DDDDBB;
	color:#333333;
	display:block;
	margin-bottom:10px;
	margin-top:10px;
	padding:10px;
}

.tm_separator {
	display:block;
}
/*List testimonial style end*/
