.watu-question {
	display:none;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid #DEDEDE;
}

#action-button {
  color:#FFF;
  font-size: 14px;
  font-weight: bold;
  background: #EE1921;
  padding: 0 8px 0 8px;
  line-height: 30px;
  height: 30px;
  position: relative;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
-o-border-radius: 1px;
-ms-border-radius: 1px;
border-radius: 1px;
}

form.quiz-form {
	text-align:left;
}

.single-page-quiz .watu-question, .single-page-quiz #action-button {
	display:block;
}
.single-page-quiz #next-question {
	display:none;
}
.question-content {
	margin-top:20px;
}

.show-question {
	margin-top:20px;
	border-bottom:1px solid #DEDEDE;
}
.answer span {
	padding-right:20px;
}
.user-answer span {
	font-weight: bold;
	color:blue;
	background:url(wrong.png) no-repeat right top;
}
.correct-answer span {
	background:url(correct.png) no-repeat right top;
}

.show-question-content
{
    font-weight:normal;
}

table.gridtable {
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 1px;
	padding: 28px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}

p.error
{
    clear:both !important;
    color:red;
}

#detailsText
{
	background-color:red;
}

.watupro label
{
	display:block;
	float:left;
	width:150px;
}

.watupro select
{
	min-width:120px;
}