/*
div.questiongroup
{
	background-color: #CCC;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 2px;
	margin-bottom: 10px;
}
*/

div.questiongroup
{
	background-color: #8CD9AA;
	padding-right: 10px;
}


div.question
{
	background-color: #EEEEEE;
	margin-top: 10px;
	padding: 5px 10px 10px 10px; 
}

/*
div.questiontext { padding: 5px 0 5px 10px; }
*/
div.answertext { margin-top: 10px;}
