form {
	padding: 0;
	margin: 0;
}
#testim {
	margin: 5px 0 1px 0;
	padding: 4px 10px;
	background: #756c68;
	color: white;
	font-size: 16px;
	font-weight: normal;
}
#testimonials {
	margin: 0;
	padding: 3px 0 1px 5px;
	list-style: none;
	background: #d2d2d2;
}
#testimonials li {
	background: url(images/testim-bg.png) 0 0 no-repeat;
	margin: 3px 0;
}
#testimonials li .testim-content {
	padding: 12px 7px 0 7px;
	font-size: 12px;
}
.testim-name {
	padding: 5px 10px 0 0;
	text-align: right;
	color: #6f6f6f;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}
.startq {
	margin: 5px 7px 5px 0;
	float: left;
}
.endq {
	margin: -5px 5px 0 7px;
	/*float: right;*/
}
.endq img {
	vertical-align: top;
}
.dropcap {
display:block;
float:left;
margin:5px 5px 0 0;
font-size:36px;
line-height: 30px;
color: #4e6290;
font-weight: bold;
}
#testimonials li span.end-bg {
	height: 10px;
	display: block;
	background: url(images/testim-bg.png) left bottom no-repeat;
}
