.quiz p, h3{
  text-align: left;
  }

.quiz_text p{
  text-align: left;
  }

.quiz_text input{
  text-align: left;
  width: 90%;
  background-color: #EEEEEE;
  }
.quiz_title { 
	font-size: 1.1em;
	font-weight: bold;
}
.quiz_desc { 
	font-size: 1em;
}
.quiz_alreadytaken { 
	font-weight: bold;
	color: #f06060;
}
.quiz_error { 
	padding: 0 10px 0 10px;
	color: #ffffff;
	font-weight: bold;
	background-color: #f06060;
}
.quiz_again { 
	font-weight: bold;
}

#agefield {
	width: 100px;
}

/* table itself */
#questionaire { 
	width: 99%;	
}

/* q&a row */
.questionanswer {
	background-color: #ccc;
}

/* q table data */
.question { 
	background-color: #ccc;

}

/* a table data */
.answer { 
	background-color: #ccc;
	width: 25%;
}

/* Quiz footer / credits */
#qfooter { 

}

/* Response wrapper - after someone answers the questionaire */
#qresponse { 

}
