div.grayBoxHolder
{
	clear: both;
	margin-bottom: 12px;
}

div.grayBoxHolder div.quizHolder h1
{
	font: normal 29px 'Impact', 'Arial Black';
	margin-bottom: 10px;
	text-transform: uppercase;
}

div.grayBoxHolder div.quizHolder div.item
{
	background: url('/images/quiz.item.bg.jpg') bottom no-repeat;
	margin: 10px 0;
	padding: 0 0 40px;
}

div.grayBoxHolder div.quizHolder div.item p.headline
{
	background: url('/images/quiz.item.bg.jpg') top no-repeat;
	color: #fb4a88;
	font: normal 23px 'Impact', 'Arial Black';
	margin-bottom: 0;
	padding: 25px 30px 10px;
	text-transform: uppercase;
	height: 1%;
}
html>body .headline 
{
	height: auto
}

div.grayBoxHolder div.quizHolder div.item p.question
{
	background: none;
	border-top: 1px solid #bbb;
	font-size: 14px;
	font-weight: bold;
	margin: 0 30px;
	padding: 10px 0 0;
	height: 1%;
}
html>body .question 
{
	height: auto
}

div.grayBoxHolder div.quizHolder div.item div.answers
{
	background: none;
	border-bottom: 1px solid #bbb;
	margin: 0 30px 10px;
	padding: 10px 0;
}

div.grayBoxHolder div.quizHolder div.item div.answers div.radStandard
{
	font: normal 12px 'arial';
	margin: 0 15px 9px;
	padding: 0 0 0 18px;
	.padding: 0 0 0 23px;
	position: relative;
}

div.grayBoxHolder div.quizHolder div.item div.answers div.radStandard input
{
	margin-right: 6px;
	position: absolute;
	left: 0;
	top: 1px;
	.top: -3px;
}

div.grayBoxHolder div.quizHolder div.item .btnStandardSmall
{
	background: transparent url('/images/quiz.btn.png') left 4px no-repeat;
	border: none;
	color: #fefefe;
	cursor: pointer;
	font: bold 12px 'arial';
	height: 29px;
	margin: 0 15px 0 0;
	padding: 0;
	width: 75px;
}

div.grayBoxHolder div.quizHolder div.item div.answers div.txtStandard
{
	padding: 3px 5px;
}

div.grayBoxHolder div.quizHolder div.item div.answers div.txtStandard input
{
	border: 1px solid #666;
	font: normal 11px 'Verdana';
	padding: 2px;
	width: 300px;
}

div.sectionHolder
{
	background: url('/images/quiz.item.bg.jpg') bottom no-repeat;
	margin: 10px 0;
	padding: 0 0 5px;
	height: 1%;
}
html>body .sectionHolder
{
	height: auto
}
div.sectionHolder div.sectionText
{
	padding-left: 30px;	
	padding-right: 30px;
	padding-bottom: 22px;
	height: 1%;
}
html>body .sectionText
{
	height: auto
}

div.sectionHolder div.sectionTeaser
{
	background: url('/images/quiz.item.bg.jpg') top no-repeat;
	margin-bottom: 0;
	padding: 25px 30px 10px;
	height: 1%;
}
html>body .sectionTeaser
{
	height: auto
}

div.sectionHolder div.sectionTeaser h1
{
	color: #fb4a88;
	font: normal 23px 'Impact', 'Arial Black';
	text-transform: uppercase;
	height: 1%;
}
html>body .sectionTeaser h1
{
	height: auto
}

div.sectionHolder div.sectionTeaser p.date
{
	font: normal 12px 'Arial';
	margin: 5px 0;
	text-transform: uppercase;
	height: 1%;
}
html>body .date
{
	height: auto
}
