body {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	
	background-image: url('../images/bg.gif');
	background-position: left -14px;
}

strong {
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;	
}
#container {
	position: absolute; 
	width: 680px; 
	
	left: 50%; 
	margin: 0px 0px 0px -340px; 
}

#gesloten {
	position: absolute; 
	width: 660px;
	height: 800px;
	margin-top:200px;
	z-index:1;
}

#gesloten {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true sizingMethod=nonscale src='/images/overlay_gesloten.png');}
#gesloten[id] {background-image: url(/images/overlay_gesloten.png);}


table.blok {
	border: none;
	border-collapse: collapse;
	width: 330px;
	margin-bottom: 5px;
}

table.blok.wide{
	border: none;
	border-collapse: collapse;
	width: 665px;
	margin-bottom: 5px;
}

table.blok .top {
	background-image: url('../images/bg_boven.gif');
	background-repeat: no-repeat;
	height: 8px;
}

table.blok .top.wide {
	background-image: url('../images/bg_boven_wide.gif');
	background-repeat: no-repeat;
	height: 8px;
}

table.blok .middle {
	padding: 5px 18px 5px 18px;
	background-color: #F0037F;
}
table.blok .bottom {
	background-image: url('../images/bg_onder.gif');
	background-repeat: no-repeat;
	height: 10px;
}

table.blok .bottom.wide {
	background-image: url('../images/bg_onder_wide.gif');
	background-repeat: no-repeat;
	height: 10px;
}

input {
	height: 15px;
	width: 150px;
	border: none;
}
textarea {
	font-family: Arial,Verdana;
	font-size:12px;
	border:none;
}
.checkbox {
	width:13px;
	margin:0px;
}
.file {
	width:290px;
	height: 20px;
	margin:0px;
}
.submit {
	float:right;
	height: 54px;
	width:126px;
}

a:link{ color:#FFFFFF; text-decoration:underline;}
a:active{ color:#FFFFFF; text-decoration:underline;}
a:visited{ color:#FFFFFF; text-decoration:underline;}
a:hover{ color:#FFFFFF; text-decoration:underline;}