@charset "utf-8";
/* CSS Document */


.testimonials {
	width: 600px;
	}
	
	
	.testimonial {
		margin: 2em 0 4em;
		}
		
	.testimonial blockquote {
		background: #eee;
		border: 1px solid #ccc;
		padding: 1em;
		margin: 0;
		font-style: italic;
		font-size: 1em;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;		
		position: relative;
		z-index: 1;
		}
		
	#page .testimonial blockquote .footer {
		background: url(blockquote.footer.gif);
		height: 25px;
		width: 585px;
		margin: 0;
		position: absolute;
		bottom: -20px;
		left: 5px;
	}
		
		
	.testimonial .source {
		font-size: .75em;
		color: #777;
		line-height: 1.4em;
		margin: 2em 0;
		padding: 0 0 0 20px;
		position: relative;
		z-index: 2;
		}
		
	.testimonial .source strong {
		color: #333;
		font-size: 1.25em;
		}		
