

#quoteArea {
	border-top: 3px solid #e2e2e2;
	/*height: 80px;
	background-color: #e2e2e2;*/
	padding: 15px;
	border-left: 3px solid #ffffff;
	margin-top: 50px;
}

#quoteText {
	font-family:Georgia,Times,serif;
	color: #ED301C;
	font-size: 10pt;
	font-style: italic;
	text-align: right;
}

#quoter {
	padding-top: 5px;
	text-align: right;
	font-size: 8pt;
	font-weight: bold;
}

.quoteTextEdit {
	/*font-family:Georgia,Times,serif;
	color: #ED301C;
	font-style: italic;*/
	font-size: 9pt;
	text-align: left;
	padding: 5px;
}

.quoterEdit {
	background-color: #f2f2f2;
	padding-top: 5px;
	text-align: left;
	font-size: 8pt;
	font-weight: bold;
	padding: 5px;
}

.quoteActions {
	text-align: center;
	width: 60px;
	/*padding-left: 15px*/;
	font-size: 9pt;
}

.listQuoteTable {
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px dotted #757575;
}