fieldset.quiz {
	border-top: 1px dotted #aeaeae;
	padding-top: 1.54em;
	margin-top: 1.54em;
}

fieldset.quiz input {
	width: auto !important;
}

fieldset.quiz label {
	line-height: 18px !important;
	margin: 7px 0 0 5px !important;
}

fieldset.quiz ul, fieldset.quiz h2{
	padding-left: 0;
	margin-left: 0;
}

fieldset.quiz .radio label {
	height: 31px;
	line-height: 31px;
	font-size: 1.1em;
}

fieldset.quiz .radio input {
	height: 22px;
	font-size: 1.1em;
}

.question {
	display: none;
	float: left;
	clear: both;
	width: 100%;
}

.question h2 {
	float: left;
	clear: both;
}

fieldset.quiz p {
	margin-left: 0;
	float: left;
	clear: both;
}

.current {
	display: block;
}

.question ul {
	list-style: none;
}

.answer {
	float: left;
	clear: both;
	display: none;
	font-style: italic;
}

.rightAnswer, .wrongAnswer {
	display: none;
	float: left;
	clear: both;
	font-weight: bold;
}

.rightAnswer  {
	color: green;
}

.wrongAnswer  {
	color: red;
}

.results {
	display: none;
	margin-bottom: 20px;
}

.next {
	display: none;
}

.sociable {
	float: left;
	clear: both;
    margin: 15px 0;
}

fieldset.quiz .submit input {
	padding: 5px !important;
	cursor: pointer;
}
