﻿	html {overflow: scroll;}

  	body 
	{
    		color: black;
    		background-color: #FFF; 
    		font-size: 11px;
		font-family: Helvetica, Geneva, Arial,
        	SunSans-Regular, sans-serif
 	}
	.lable
	{
		top:-15px;
		position:relative;
		padding-left: 11em;
		color: #646464;
	}

	.lable1
	{
		padding-left: 1em;
	}
	
	.middel, .testmelding
	{
		font-weight: bold;
		top:-15px;
		padding-left: 1.5em;
		position:relative;
	}
	.middel
	{
		color: red;
	}
	.testmelding
	{
		color: green;
	}
	.blauw
	{
		color: blue;
	}
	.melding
	{
		color: red;
		width:600px;
		position:relative;
		top:-15px;
		padding-left: 11em;
		font-weight: bold
	}

	#alert_no
	{
		width:800px;
	}

	#alert_yes
	{
		width:800px;
		background-color: #F4E4C0;
	}

	.mmt
	{
		color: #4654BA;
		font-weight: bold;
		position:relative;
		top:-15px;
		padding-left: 15.7em;
		width:600px;
	}

	hr 
	{
		color: #F1C860;
		background-color: #F1C860;
		height: 1px;
		top:-8px;
		position:relative;
	}

	.shell { 
		background: transparent; 
		position: relative; 
		width: 800px; 
		height: auto; 
		margin-top: 20px; 
		margin-right:auto; 
		margin-bottom: 0px; 
		margin-left:auto; 
		text-align: left; 
	} 

	.popup3 {
			background:#F4E4C0;
			position:absolute; 
			display:inline; 
			width:250px; 
			height:15px; 
			top:-20px;
			left:275px;
			z-index:3; 
			border: 1px solid #000000; 
			padding-left:12px; 
			padding-top:2px;
		}

	.bgpopup1 {
			background:#000;
			position:absolute; 
			display:inline; 
			width:251px; 
			height:15px; 
			left:2px;
			top:-19px;
			left:275px;
			z-index:2; 
			border: 1px solid #000000;
			padding-left:12px; 
			padding-top:2px;
		filter:alpha(opacity=50); 
		-moz-opacity:.50; 
		opacity:.50; 
		}

	.popup4 
	{
			background:#F4E4C0; 
			position:absolute;
			display:inline;
			width:630px;
			height:360px; 
			left:100px;
			z-index:4; 
			border: 1px solid #000000; 
			padding-top:31px;
			padding-left:auto;
			margin-right: auto; 
	}

	.bgpopup
	{ 
			background:#000; 
			position:absolute;
			display:inline;
			width:630px;
			height:360px; 
			left:105px;
			top:5px;
			z-index:2; 
			border: 1px solid #000000; 
			padding-top:31px;
			padding-left:auto;
			margin-right: auto; 
		filter:alpha(opacity=50); 
		-moz-opacity:.50; 
		opacity:.50; 
	}

	.popup5 
	{
			background:#F4E4C0; 
			position:absolute; 
			text-align:right; 
			width:610px; 
			height:20px;
			left:100px; 
			z-index:5; 
			border: 0px solid #000000; 
			padding-left:auto; 
			margin-right: auto; 
			margin-left:18px; 
			cursor: hand; 
			text-decoration:none; 
			top: 5px
	}

  .knop 
{ 
    border-style:outset; border-width:1px; padding:2px; margin:2px; 
    HEIGHT: 8px; 
    border-color: #000;
    font-size:9 pt; 
    font-family:Arial,Helvetica; 
    text-align:left; 
    text-indent:0; 
    word-spacing:0; 
    color:#FFFFFF; font-weight:bold; background-color:#0099CC;
    text-decoration:none 
} 

