form { display: inline;}

/* Introductietekst */
.title {}
.subtitle {}
.headtext {}

/* Tabel */
hr { }
.whitespace  { height: 10px; }
.tableHeader { height: 2.1em; background-color: #0087BF; }
.tableHeader-label { color: #ffffff; font-weight: bold; }
.tableFooter {  }
.tableFooter-label { color: #ffffff; }
.tableTotal  { background-color: #F6F6F6; }
.tableBottom { padding: 5px; }
.tableTop    { }
.fieldsColumnLeft {  }

.explain {
	color: gray;
	font-weight: bold;
}

.inputTitle {
	width: 37%;
	color: black;
	font-weight: bold;
}

.inputValue { }
.inputValueSelect { width: 13em; }
.inputValueText { width: 14em; }
.inputValueZip { width: 3em; }
.inputValueTextArea { width: 98%; height: 100px; }

/* Vraag box en knopppen */
#question-input {
	width: 99%;
	height: 7em;
}

.button {
	background-color: #999999;
	height: 2em;
}
.button-label {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.submitButton {
	width: 18em;
	background-color: #999999;
}
.switchButton { width: 100%;}

/* Resulaat stijlen */
#resultsPanel { display: none; }
#resultsFrame { border: 0px solid white; }

/* Invoervelden stijlen */
#fieldsPanel  { display: none; }

/* Log panel */
#logPanel { display: none; }

