@charset "utf-8";

div.surveyContainer {
	width: 573px;
	height: 560px;
	background-image: url('http://objectplanet.com/opinio/images/knowmore_background.png');
	padding-left: 100px;
	padding-top: 30px;
}

td.title {
	font-family: arial;
	font-size: 14px;
	color: white;
	font-weight: bold;
}

td.questionNo {
	font-family: arial;
	font-size: 12px;
	color: white;
	font-weight: bold;
}

td.questionText {
	font-family: arial;
	font-size: 12px;
	color: white;
	font-weight: bold;
}

td.matrixCell {
	font-family: arial;
	font-size: 12px;
	text-align: left;
	padding-right: 5px;
	color: white;
	background-color: transparent;
}

td.multipleText {
	font-family: arial;
	font-size: 12px;
	color: white;
}

td.betweenQuestions {
	height: 10px;
}

td.buttons {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 12px;
}

td.thankYouNote {
	font-family: arial;
	font-size: 14px;
	color: white;
}

td.dialog {
	font-family: arial;
	font-size: 14px;
	color: white;
}

td.textBefore b {
	color: yellow;
}

input.matrixText {
	font-family: arial;
	font-size: 12px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 320px;
	color: #5d5d5d;
}

select.dropdown {
	color: #5d5d5d;
}

select.matrixDropdown {
	width: 320px;
	color: #5d5d5d;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}
