.quiz-area {
	border-bottom: 1px solid #D55F91;
	padding-bottom: 10px;
}
.question, .question-answer {
	padding-bottom: 10px;
}
#snd {
	margin:-10px 0 -10px 0;
}
#submit-question {
	background-color:#7f1441;
	width:135px;
	height:46px;
	margin:0;
	border:0;
	cursor:pointer;
	background-image:url('/wp-content/themes/buddypress-home/images/bt_quiz_question_submit.jpg');
	background-repeat:no-repeat;	
	background-position:top right;
}
#finish-button {
	background-color:#7f1441;
	width:135px;
	height:46px;
	margin:0;
	border:0;
	cursor:pointer;
	background-image:url('/wp-content/themes/buddypress-home/images/bt_quiz_question_finish.jpg');
	background-repeat:no-repeat;	
	background-position:top right;
}
#next-question {
	background-color:#7f1441;
	width:135px;
	height:46px;
	margin:0;
	border:0;
	cursor:pointer;
	background-image:url('/wp-content/themes/buddypress-home/images/bt_quiz_question_next.jpg');
	background-repeat:no-repeat;	
	background-position:top right;
}
form.quiz-form {
	text-align:left;
}
.single-page-quiz .question, .single-page-quiz #action-button {
	display:block;
}
.single-page-quiz #next-question {

}
.question-head {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #D55F91;
}
.question-content {
	margin-bottom: 10px;
}
.question-explanation {
	margin: 10px 0 10px 0;
}
.show-question {

}
.answer {
	padding-left:20px;
}
.user-answer {
	font-weight:bold;
	background:url(wrong.png) no-repeat left top;
}
.correct-answer {
	background:url(correct.png) no-repeat left top;
}
.question-result {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.question-result span.correct {
	color: #80CA75;
}
.question-result span.wrong {
	color: #FF7D7F;
}
span.quizz-error {
	color: #FF7D7F;
}
textarea.answer {
	float: left;
}