.question, #action-button {
	display:none;
}

form.quiz-form {
	text-align:left;
}

.single-page-quiz .question, .single-page-quiz #action-button {
	display:block;
}
.single-page-quiz #next-question {
	display:none;
}
.question-content {
	margin-top:20px;
}

.show-question {
	border-bottom:1px solid #000;
}
.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;
}
.form_reg_td1 {
	width: 120px;
}
.form_reg_td2 {
	width: 450px;
	float: right;
}
.form_reg_td3 {
	width: 230px;
}
.form_reg_td4 {
	width: 318px;
	float: right;
}

input.error {
	border: 2px dotted #990000;
}
.error {
	color: #990000;
}
.form_prod_td1 {
	width: 60px;
	float: left;	
}
.form_prod_td2 {
	width: 110px;
	float: left;	
}
.form_prod_td3 {
	width: 270px;
	float: left;	
}
.form_prod_td4 {
	width: 100px;
	float: left;
}
.form_prod_td5 {
	width: 20px;
	float: left;
}.form_prod_td6 {
	width: 20px;
	float: left;
}
.form_paypal1 {
	width: 120px;
	float: left;
}
.form_paypal2 {
	width: 475px;
	float: left;
}