/* Survey page (all survey content is contained in this table) */
table.page {
	border: 0px;
	margin-top: 10px;
	margin-left: 30px;
	width: 800px;
	overflow: hidden;
}

table.page td {
	font-family: arial;
	color: white;
}

table.page td a {
	color: white;
}

td.title {
	font-size: 16px;
	font-weight: bold;
}

td.introduction {
	font-size: 14px;
	padding-bottom: 20px;
	padding-right: 50px;
}

td.questionNo {
	font-size: 12px;
}

td.matrixCell {
	font-size: 12px;
}

td.questionText {
	font-weight: bold;
	color: white;
	font-size: 12px;
}

td.multipleText {
	font-size: 12px;
}

td.textBefore {
	padding: 0px;
}

td.buttons {
	text-align: left;
	padding-left: 15px;
}

td.footer {
	text-align: center;
}

td.thankYouNote {
	font-size: 16px;
	padding-left: 20px;
	padding-top: 40px;
}

input.matrixText {
	border: 1px solid #4F7D38;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 5px;
}

input.multipleOther {
	border: 1px solid #4F7D38;
}

textarea.questionFreeText {
	border: 1px solid #4F7D38;
}

span.knowform_error {
	color: yellow;
}