.reviewTekst {
	border: solid 0px red;
}

.reviewTekst h1 {
	font-size: 14px;
	color: #000033;
	padding: 4px;
}

.reviewTekst h2 {
	font-size: 12px;
	color: #000033;
	padding: 4px;
}

.review_formField {
	position: relative; 
	width: 500px; 
	border: solid 0px blue; 
}

.review_formField select {
	width: 400px;
	margin-bottom: 2px;
	padding:2px;
	color: #F0F5FC;
	background-color: #000033;
}

option.keuze1 {
	background-color: #000033;
}

option.keuze2 {
	background-color: #01013c;
}



table.review {
	border: solid 1px #FCFCF8;
	margin-top: 20px;
	background-color: white;
	width: 500px;
}

table.review tr th {
	background-color: white;	
	color: #333333;
}

table.review td.testTd {
	width: 200px;
}

input.reviewRadio {
	border: solid 0px  white;	
}

input.review_text {
	width: 300px;
}

textarea.review_textarea {
	width: 300px;
	height: 100px;
}
