@charset "utf-8";
/* CSS Document */

#result_box_success {
	border: solid 2px #00CC00;
	width: 660px;
	margin: 20px 0 20px 10px;
	padding: 10px;
	font-size: 14px;
	color: #009900;
	background-color:#FFFFCC;
	display: none;
}

.result_box_error {
	color: #FF0000;
	font-weight: bold;
}

.result_box_correct {
	font-weight: bold;
}

#quizForm {
	line-height: 1.75em;
}

.percent_total {
	font-size: 18px;
	font-weight: bold;
}

#Q_1_A, #Q_2_A, #Q_3_A, #Q_4_A, #Q_5_A, #Q_6_A {
	line-height: normal;
	display: none;
	font-style:italic;
	color: #009900;
	padding: 5px 0 5px 0;
}
