﻿img.flatImage
{
	display: block;
	padding: 2px;
	border: 1px solid #666;
}

ul.quotes
{
	margin: 30px 0 0 0;
}

ul.quotes li
{
	margin: 0 0 30px 0;
}

ul.quotes li.last
{
	margin: 0;
}

ul.quotes li blockquote
{
	background: url(../../images/pages/managingAgent/quote-top.png) no-repeat left top;
	padding: 10px 0 0 0;
}

ul.quotes li blockquote p
{
	background: url(../../images/pages/managingAgent/quote-bottom.png) no-repeat right bottom;
	padding: 0 20px 10px 20px;
	font-weight: normal;
}

ul.quotes li p
{
	font-weight: bold;
	padding: 0 0 0 20px;
}

ul.quotes li p.noQuote
{
	padding: 0 20px 10px 20px;
	font-weight: normal;
}

