			html,body {
				margin:0px;
			}
			
				a,a.tooltip {
				color:#4180DF;
				text-decoration:none;
				}
				
				a:hover,a:hover.tooltip {
				text-decoration:underline;
				}
			
			body {
				background-image:url('../../gfx/mainbg.jpg');
				background-repeat:repeat-x;
				background-position:top;
				font-family:helvetica;
			}
			
			#blankwrapper {
				background-image:url('../../gfx/blankbg.jpg');
				background-repeat:no-repeat;
				background-position:top center;
				width:460px;
				min-height:465px;
				
				margin-left:auto;
				margin-right:auto;
				margin-top:120px;
				padding:20px;
				font-family:helvetica;
				color:#666;
				font-size:13px;
				line-height:18px;
				position:relative;
			}
			
			* html #blankwrapper {
				height:465px;
			}
			
			#blankwrapper h3 {
			font-weight:normal;
			font-size:24px;
			}
			
			#blankwrapper ul li{
			font-family:helvetica;
				color:#666;
				font-size:13px;
			}
			
			a.backbutton {
				position:relative;
				margin-top:40px;
				display:block;
				padding:4px;
				width:50px;
				height:18px;
				border:2px solid #dcdcdc;
				background:#fafafa;
				color:#999;
				font-size:13px;
				font-family:helvetica;
				text-decoration:none;
			}
			
			a:hover.backbutton {
				color:#666;
			}
			
			.noneed {
				border:2px solid #dcdcdc;
				padding:4px;
				font-size:14px;
				font-family:helvetica;
				color:#999;
				background:#fafafa;
			}
			
			/* Input text velden als ze wel verplicht zijn */
			
			.need {
				border:2px solid #EB2B8E;
				padding:4px;
				font-size:14px;
				font-family:helvetica;
				color:#EB2B8E;
				background:#ebd9e2;
			}
			
			.button {
				padding:4px;
				font-family:helvetica;
				font-size:14px;
				color:#999;
				border:2px solid #dcdcdc;
				background:#fafafa;
				cursor:pointer;
			}
			
			* html .button {
				padding:2px;
			}
			
			* html a.backbutton {
				padding:2px;
			}
			
			.button:hover {
				color:#333;
			}
			
	