html, body, div, img, fieldset {
	border						: 0;
	margin						: 0;
	padding						: 0;
}

html {
	height						: 100%;
	font-size					: 12px;
	color						: #FFF;
}

body{
	font						: normal 90% Arial, sans-serif;
	width						: 100%;
	height						: 100%;
	background					: url(/res/images/pixel_achtergrond.png) repeat;
}

table, tr, td {
	border						: 0;
	margin						: 10;
	padding						: 0;
	vertical-align				: top;
	border-collapse				: collapse;
}

form input {
	font-family					: Arial, sans-serif;
	color						: #000; 
}


h2, h3, h4 {
	font-family					: Arial;
	font-weight					: bold;
	color						: #FFF;
	margin						: 0 0 5px 0;
	padding						: 5px 0 0 19px;
}

h2 {
	font-size					: 16px;
}

a:link{
	color						: #FFF;
	text-decoration				: underline;
	font-family					: Arial, sans-serif;
	font-size					: 100%;
}

a:visited{
	color						: #FFF;
	text-decoration				: underline;
	font-family					: Arial, sans-serif;
	font-size					: 100%;
}

a:active{
	color						: #FFF;
	text-decoration				: underline;
	font-family					: Arial, sans-serif;
	font-size					: 100%;
}

a:hover {
	color						: #FFF;
	text-decoration				: underline;
	font-family					: Arial, sans-serif;
	font-size					: 100%;
}

a:focus {
	color						: #FFF;
	text-decoration				: underline;
	font-family					: Arial, sans-serif;
	font-size					: 100%;
}

#comments	{
	color						:#FFFF00;
}
p {
	margin						: 0 35px 0 20px;
	width						: 478px;
	padding						: 0 0 10px 0;
	line-height					: 14px;	
}

p.button {
	color						: #FFF;
	font-family					: Arial, sans-serif;
	font-size					: 100%;
	line-height					: normal;
	margin						: 0px;
	width						: auto;
	padding						: 0px;
}
p.underlined {
	text-decoration				: underline;
}

/* form */
form.formstandard  { 
	border							: 0;
}

form.formstandard fieldset { 
	width							: auto;
	margin							: 10px;
	padding							: 0;
	border							: 0;
}
fieldset { 
	width							: auto;
	margin							: 10px;
	padding							: 0;
	border							: 0;
}

form.formstandard ol { 
	list-style						: none;
	margin							: 0;
	padding							: 0;
}
ol.images { 
	list-style						: none;
	margin							: 0;
	padding							: 0;
	display							: inline;
	float							: left;
}
ol.images li.images {
	margin							: 5px 10px;
	display							: inline;
}
ol { 
	list-style						: none;
	margin							: 0;
	padding							: 0;
}
ol li  {
	margin							: 5px 10px;
}
ol li label {
	display							: -moz-inline-box;
	display							: inline-block;
	width							: 210px;
	vertical-align					: top;
	margin							: 0 20px 0 10px;	
}
ol li speciallabel {
	display							: -moz-inline-box;
	display							: inline-block;
	width							: 210px;
	vertical-align					: top;
	margin							: 0 20px 0 10px;
	text-decoration					: underline;
}
form.formstandard ol li  {
	margin							: 5px 0;
}

form.formstandard em	{
	font-weight						: bold;
	color							: #B90202;
}

form.formstandard fieldset label {
	display							: -moz-inline-box;
	display							: inline-block;
	width							: 210px;
	vertical-align					: top;
	margin							: 0 20px 0 10px; 
}

form.formstandard fieldset speciallabel {
	display							: -moz-inline-box;
	display							: inline-block;
	width							: 210px;
	vertical-align					: top;
	margin							: 0 20px 0 10px; 
	text-decoration					: underline;
}
form.formstandard fieldset label.check { 
	width							: 425px;
}
form.formstandard input { 
	width							: 250px;
	padding							: 3px; 
	font-size						: 11px; 
	background						: #FFF; 
	border							: 1px solid #6C1B0C;
}						

form.formstandard textarea{ 
	width							: 240px; 
	height							: 175px; 
	background						: #FFF; 
	border							: 1px solid #6C1B0C; 
	padding							: 10px; 
}

form.formstandard select {
	background						: #FFF;
	border							: 1px solid #6C1B0C;
	font							: normal 11px Arial, sans-serif; 
}

form.formstandard #submit	 { 
	float							: right;
	width							: auto;
	border							: 0; 
	margin							: 5px 10px 0px 15px;
	background						: #DB0303;
	color							: #FFF;
	cursor							: pointer;
}
form.formstandard #acceptsubmit	 { 
	float							: right;
	width							: auto;
	border							: 0; 
	margin							: 5px 10px 0px 15px;
	background						: #699B38;
	color							: #FFF;
	cursor							: pointer;
}
form.formstandard #refusesubmit	 { 
	float							: left;
	width							: auto;
	min-width						: 140px;
	border							: 0; 
	margin							: 5px 10px 0px 15px;
	background						: #DB0303;
	color							: #FFF;
	cursor							: pointer;
}
form.formstandard #submitnormal	 { 
	width							: 120px;
	border							: 0; 
	margin							: 5px 10px 0px 15px;
	background						: #DB0303;
	color							: #FFF;
	cursor							: pointer;
}

#backbutton	{
	font-size						: 11px;
	float							: left;
	width							: auto;
	min-width						: 140px;
	border							: 0;
	margin							: 5px 10px 0px 15px;
	background						: #DB0303;
	color							: #FFF;
	cursor							: pointer;
	text-align						: center;
	padding							: 5px 10px 5px 10px;	
}

#backbutton	a {
	text-decoration					: none;
	text-align						: center;	
}

#nextbutton	{
	font-size						: 11px;
	float							: right; 
	width							: auto;
	border							: 0; 
	margin							: 5px 10px 0px 15px;
	background						: #699B38;
	color							: #FFF;
	cursor							: pointer;
	text-align						: center;	
	padding							: 5px 10px 5px 10px;	
}

#nextbutton	a {
	text-decoration					: none;
	text-align						: center;
}

form.formstandard #check	 { 
	width							: auto;/*20px; */
	margin							: 0px 10px 0px 10px; 
	cursor							: pointer;
}

#image {
	margin							: 10px;
}
hr {
	color							: #fff;
	background-color				: #fff;
	height							: 2px;
}
#navigation {
	margin							: 15px;
}
table.seattable {
	margin							: 15px;
	font-size						: 11px;
}
table.seattable td.enabled {
	font-weight						: bold;
	font-size						: 14px;
}
table.seattable td.disabled {
	color							: #868686;
}

#userremarks {
	margin							: 40px;
	overflow						: auto;
	width							: 450px;
	height							: 280px;
}