.error {
	font: bold 14px tahoma;
	padding:4px;
	background-color:#FFFFCC;
	color:red;
	border:1px solid maroon;
	display:inline-block;
	margin-bottom:0px;

}

/* added by John Ramon */

/* questions */
.question {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	padding: 2px;
}
/* answers text */
.answers {
	width: 100%;
	padding: 2px;
}
/* Survey name */
.surveyName{
	font-size: 22px;
	font-weight: bold;
	padding: 3px;
}
/* page # of # - text */
.pages {
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* class for survey complete message */
.surveyDone {
}
/* class for survey messages */
.surveyMessages {

}

.required {
	color: #ff0000;
}

.questionTitle {
	background-color:#EEE;
	font:bold 13px arial;
	border-bottom:1px solid #BBB;
	padding:5px;
	width:99%;
	padding-right:0px;
}

.singleQuestion {
	margin-bottom:10px;
	border:1px solid gray;
	padding:0px;
}

.singleQuestion table {
	font:normal 12px arial;
	border-collapse:collapse;
	
}

.singleQuestion table.matrixAnswers tr td{
	border:1px solid #DDD;
}

.singleQuestion table tr.odd td{
	background-color:#DDEEFF;
}

.singleQuestion textarea {
	width:80%;
	font:normal 12px arial;
}