body{
	text-align: center;
}
body{
	text-align: -moz-center;
}
body h1{
	text-align: left;
}
#wrapper{
	margin-top: 5px;;
	width: 500px;
	text-align: left;
	font-size: 1.10em;
}
.questionNo{
	display: block;
	font-size: 1.15em;
	font-weight: bold;
}
.question{
	padding-top: 10px;
	display: block;
	font-weight: bold;
}
.questionError{
	font-weight: bold;
	color: #cc0001;
}
#questionSubmit{
	padding-top: 20px;
	text-align: center;
}
.choices{
	display: block;
	margin-top: 3px;
}
.choices .choice{
}
.radioChoice{
	clear: left;
	float: left;
	margin-right: 10px;
}
.green{
	padding: 2px 2px;
	color: #64b727;
	font-weight: bold;
	display: block;
}
.red{
	padding: 2px 2px;
	color: #cc0001;
	font-weight: bold;
	display: block;
}
.black{
	padding: 2px 2px;
	color: black;
	font-weight: normal;
	display: block;
}
#completedResults{
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}
.completedQuestion{
	padding-top: 10px;
	padding-bottom: 5px;
	display: block;
	font-weight: bold;
}
.completedMessage{
	display: block;
	padding-bottom: 5px;
}
#displayQuestion{
	margin-bottom: 10px;

}
#controlPanel, #controlPanel a{
	padding: 10px 15px 0 0;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	color:
}
#controlPanel a:hover{
	text-decoration: underline;
}