﻿/*do not remove this file - and do not move the text from it to another file.
the file is used in post texbox and his name is hardcoded in javascript code
*/
p
{
	margin-bottom:0px;
	margin-top:0px;
}

div.quoteContainer
{
	/*margin-left:5%;	
	margin-right:5%;	*/	
	width:100%;
	max-width:660px;	
}

div.quoteContainer span.quoteTitle
{
	float:left;
	width:100%;
	width:inherit;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
}

div.quoteContainer div.quoteText
{
	float:left;
	border:solid 1px #CCCCCC;
	width:100%;
	width:inherit;
	background-color:rgb(247,247,245);
	color:rgb(57,81,115)
}
