
.userQuoteBox-odd {
	background-color: rgb(240, 240, 250);
}

.userQuoteBox-even {
	background-color: rgb(250, 250, 250);
}

/* Attempt at automatic alternate colors for odd/even rows.
   Requires CSS 3?
.userQuoteBox:nth-child(odd) {
	background-color: rgb(240, 240, 250);
}
.userQuoteBox:nth-child(even) {
	background-color: rgb(250, 250, 250);
}
*/

.wrapper-userQuoteBox  {
	float:  left;
	font-family: 'Lucida Grande',Verdana, Arial, Helvetica, sans-serif;
	
	width: 90%;
	border-style: dotted;
	border-width: 1px;
	border-color: rgb(225, 225, 225);

	color: #111111;
	/* top right bottom left*/
	/* margin:  0 0 15px 15px; */
	margin:  0 0 4px 15px;
	padding:  4px 10px 4px 10px;
}

.userQuote  {
	margin-bottom: 4px;
	font-size: 11px;
	/*float:  left;*/
}

.userName  {
	/* float: right; */
	margin-left: 250px; /* 340px; 100%w == 375px */
	font-size: 10px;
}
