body {
	background-color: #FFDABF;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
	font-size: 9pt;
}
.question  {
	background-color: #FFB67F;
	width: 700px;
	border: 1px solid #FF6E00;
	padding: 10px; 
	margin: 0px auto;
	margin-bottom: 10px;
}
.question h3 {
	font-size: 17px;
	color: #000;
	margin: 3px;
}
.question p {
	font-size: 11pt;
	color: #FFFFFF;
	border: 0px;
	height: 85px;
	background: url('/templates/oranje/help.gif') no-repeat left;
	padding-left: 50px;
	background-color: #BF895F;
}
.question a,
.question a:active,
.question a:visited,
.question a:hover {
	color: #007FA3;
    text-decoration: none;
    width: 20px;
    height: 20px;
    display:  block;
}
.bot table {
	width: 100%;
	font-size: 9pt;
}
.bot thead {
	font-size: 11pt;
}
.bot ul {
	margin: 0;
	padding: 0;
}
.bot li,tr {
	list-style-type: none;
	margin: 3px 0 0 3px;
	border-left: 3px solid #FF6E00;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	background-color: #BF895F;
}
.textline,
.textfield {
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
	font-size: 10pt;
	width: 400px;
	color: #54341C;
	border: 1px solid #000;
	background-color: #FFDABF;
}
textarea {
	width: 100% !important;
}
.submitButton {
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
	border: 1px solid #FF6E00;
	font-size: 13pt;
	margin-left: 45%;
	margin-top: 15px;
	background-color: #BF895F;
}
.procentbar {
	background-color: #FFB67F;
	width: 700px;
	border: 2px solid #FF6E00;
	padding: 0px; 
	margin: 0px auto;
	margin-bottom: 10px;

}

.procentbar .bar {
    float: left;
	background: #54341C;
    color: #fff;
}
