body {
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	color: #FFFFFF;
	margin-top: 0px;
	margin-left: 20px;
}

td, div {font-family: Arial, Helvetica, sans-serif; font-size:8pt; color: #FFFFFF;}

<!-- invoervelden -->
input			{background:#FFE8CF; font-size: 11px; font-family: Arial; color: #000000; border: 1px solid #FFFFFF;}
select		{background:#FFE8CF; font-size: 11px; font-family: Arial; color: #000000; border: 1px solid #FFFFFF;}
submit		{background:#FFE8CF; font-size: 11px; font-family: Arial; color: #000000; border: 1px solid #FFFFFF;}
textarea	{background:#FFE8CF; font-size: 11px; font-family: Arial; color: #000000; border: 1px solid #FFFFFF;
      scrollbar-face-color: #FFFFFF;
      scrollbar-shadow-color: #FFE8CF;
      scrollbar-3dlight-color: #FFE8CF;
      scrollbar-darkshadow-color: #FFE8CF;
      scrollbar-highlight-color: #FFE8CF;
      scrollbar-track-color: #FFE8CF; 
      scrollbar-arrow-color: #FFE8CF;
}

.check			{background-color:transparent; border: 0px;}
.input2			{background:#FB7C11; font-size: 11px; font-family: Arial; color: #FFFFFF; border: 0px;}
.textarea2	{background:#FB7C11; font-size: 11px; font-family: Arial; color: #FFFFFF; border: 0px;
      scrollbar-face-color: #FB7C11;
      scrollbar-shadow-color: #FB7C11;
      scrollbar-3dlight-color: #FB7C11;
      scrollbar-darkshadow-color: #FB7C11;
      scrollbar-highlight-color: #FB7C11;
      scrollbar-track-color: #FB7C11; 
      scrollbar-arrow-color: #FB7C11;
}

<!-- Overige -->
.popupwin {
	position:absolute;
	visibility:hidden;
	background: #FB7C11;
	left: 10px;
	top: 10px;
	width:320px;
	height:175px;
	padding: 15px 15px 15px 15px;
	border: 1px solid black;
}
.score {
	position:absolute;
	left: 400px;
	top: 0px;
	width:70px;
	height:12px;
	background-color: transparent;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	padding-right : 0px;
	font-size : 12px;
}
.notvisible {
	position:absolute;
	visibility:hidden;
}
.graphbar {
	position:absolute;
	top:0;
	left:50;
	height:15;
	width:400;
	font-size: 11px;
	padding-left: 10px;
	background-color: #202020;
}
.noborder {
	position:absolute;
	top:0;
	left:0;
	height:15;
	width:100;
	border:none;
	font-size:8pt;
	background-color:transparent;
}
.keyfield {
	height: 0px;
	width: 0px;
}
