div.quizz_container {
	padding: 12px 21px;
}

div.quizz_header {
	width: 100%;
	height: 28px;
	margin-bottom: 32px;
	border-bottom: 1px solid #c0db9c;
}

div.quizz_data_start {
	width: 707px;
	background-color: #86c00a;
	background-image: url(../images/bg/quizz_data_bg_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div.quizz_data_end {
	width: 707px;
	background-image: url(../images/bg/quizz_data_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div.quizz_data {
	padding: 25px 16px;
}

div.quizz_section_start {
	width: 675px;
	background-color: #ffffff;
	background-image: url(../images/bg/quizz_section_bg_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div.quizz_section_end {
	width: 675px;
	background-image: url(../images/bg/quizz_section_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 10px;
}

div.quizz_section {
	padding: 10px 14px;
}

div.quizz_section_title {
	font-size: 1.125em;
	font-weight: bold;
	padding-bottom: 10px;
}

div.quizz_section_subtitle {
	font-size: 0.875em;
	font-weight: bold;
	padding-bottom: 10px;
}

span.quizz_section_text {
	font-size: 0.75em;
	font-weight: normal;
	color: #000000;
	padding-left: 8px;
}

div.quizz_section_options {
	width: 200px;
	margin-left: 218px;
	height: 32px;
	padding-left: 10px;
}

div.quizz_section_vrai {
	float: left;
	width: 69px;
	height: 26px;
	background: url(../images/bg/quizz_vrai_bg.gif) no-repeat;
	padding-left: 8px;
	padding-top: 2px;
}

.btn_vrai_top {width:69px; background:url(../images/bg/btn_vrai_top.gif) top no-repeat;}
.btn_vrai_bottom { width:69px;background:url(../images/bg/btn_vrai_bottom.gif) bottom no-repeat; padding-bottom:6px;}
.btn_vrai_mid { background-color:#f18f30; float:left; margin-left:8px; margin-top:2px;}

.btn_faux_top {width:69px; background:url(../images/bg/btn_faux_top.gif) top no-repeat;}
.btn_faux_bottom { width:69px;background:url(../images/bg/btn_faux_bottom.gif) bottom no-repeat; padding-bottom:6px;}
.btn_faux_mid {background-color:#b050c5; float:left; margin-left:8px; margin-top:2px;}

.btn_vrai_top_left {background: url(../images/bg/btn_vrai_top_left.gif) left top no-repeat;}
.btn_vrai_top_right {background:url(../images/bg/btn_vrai_top_right.gif) right top no-repeat;}
.btn_vrai_bottom_left {background:url(../images/bg/btn_vrai_bottom_left.gif) left bottom no-repeat;}
.btn_vrai_bottom_right {background: url(../images/bg/btn_vrai_bottom_right.gif) right bottom no-repeat;}
.btn_vrai_middle { padding:4px; padding-right:10px; padding-bottom:8px;}
.btn_vrai_middle2 { padding: 7px 20px 7px 20px; font-size: 0.75em; line-height: 1em; color: #fff; font-weight: bold;}

.btn_faux_top_left {background: url(../images/bg/btn_faux_top_left.gif) left top no-repeat;}
.btn_faux_top_right {background:url(../images/bg/btn_faux_top_right.gif) right top no-repeat;}
.btn_faux_bottom_left {background:url(../images/bg/btn_faux_bottom_left.gif) left bottom no-repeat;}
.btn_faux_bottom_right {background: url(../images/bg/btn_faux_bottom_right.gif) right bottom no-repeat;}
.btn_faux_middle { padding:4px; padding-right:10px; padding-bottom:8px;}
.btn_faux_middle2 { padding: 7px 20px 7px 20px; font-size: 0.75em; line-height: 1em; color: #fff; font-weight: bold;}
div.faux_spacing {
	margin-left: 20px;
}

div.quizz_section_options label {
	font-size: 0.75em;
	font-weight: bold;
	color: #ffffff;
}

div.quizz_section_vrai span, div.quizz_section_faux span {
	font-size: 0.75em;
	font-weight: bold;
	color: #ffffff;
	position: relative;
	top: 5px;
	left: 14px;
}

div.quizz_submit_results {
	text-align: center;
}

div.quizz_section_verify {
	height: 60px;
}

div.correct_text {
	float: left;
	font-size: 0.75em;
	font-weight: bold;
	margin-top: 6px;
	margin-right: 14px;
}

div.response_text {
	float: left;
	font-size: 0.75em;
	/* font-weight: bold; */
	color: #000000;
	margin-top: 7px;
	margin-left: 21px;
}

div.quizz_section_status {
	font-size: 0.75em;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	padding-left: 32px;
	padding-bottom: 12px;
}

div.quizz_scores {
	font-size: 0.75em;
	font-weight: normal;
	color: #000000;
	padding: 12px 32px 21px 32px;
}