/* @override
	http://same.dev/stylesheets/content/quiz.css
	http://dev.same.ignite.dock.terralien.biz/stylesheets/content/quiz.css
	http://www.sam-e.com/stylesheets/content/quiz.css
*/

OL.quiz_questions {
	list-style: none;
	margin-left: 0;
	border-top:  1px solid #ccc; }

	OL.quiz_questions > LI {
		border-bottom: 1px solid #ccc;
		padding: 1em .5em; }

	OL.quiz_questions .odd { background-color: #fff5d3; }

.radio_button_group OL,
OL.radio_button_group { list-style: none; margin: 0 0 .5em 0; }
.radio_button_group LI {
	margin-left: 0;
	/* contain floats */
	overflow: hidden;
	zoom: 1; }

.radio_button_group LABEL { float: left; width: 90%; padding: 1px 5px; cursor: pointer; }
.radio_button_group LABEL:hover { color: #000; }
.radio_button_group INPUT {	float: left; clear: left; }

H4.label {
	font-size: 1.1em;
	color: #6aafaf;
	margin-bottom: 1em; }

#comment_error {
	width: 95%;
	/*color: #900;
	font-weight: bold;*/ }
