TEXTAREA, INPUT {
	color: #000000;
	background-color: #FFFFFF
}

td.questionoptions {
    background-color: #ffffff;
    color: #000000;
    font-size: 10px;
}

span.largefilename {
	font-size: 16px;
	font-weight: bold;
}

DIV.quote {
    font: 9px;
    width: 95%;
}

td.questionoptions {
    background-color: #333333;
    font-size: 10px;
}

tr.row1 {
    background-color: #333333;
}

tr.row2 {
    background-color: #333333 ;
}

TD.header {
    font-size: 14px;
    font-weight: bold;
}

td.lightheader{
    font-size: 14px;
    font-weight: bold;
}

tr.sectionheader, td.sectionheader {
    background-color: #333333;
    text-align: center;
    font-weight: bold;
}

tr.fileheader, td.fileheader {
    background-color: #333333;
    text-align: center;
    font-weight: bold;
}

span.small {
    font-size: 9px;
    font-weight: normal;
}

.forminput {
	background-color: #FFFFFF;
	color: #FF0000;
	font-family:verdana;
	font-size:10px;
	padding-left:2px;
	padding-right:2px;
}

.textinput {
	background-color: #FFFFFF;
	color: #000000;
	font-family:verdana;
	font-size:11px;
	padding:2px;
	width:95%;
}


/* New in 3.6 */
tr.commentheader, td.commentheader {
    background-color: #333333;
    text-align: left;
    font-weight: bold;
}
hr.comment {
	background-color: #333333;
	height: 1px;
	border: 0px;
}