html, body { height:100%; }

BODY{
	background-color: #B01F23;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	background-attachment:fixed;
	FONT-FAMILY: Verdana;
	font-size:14px;

}


INPUT.button{cursor:pointer; border: 1px solid; font-family:Arial; font-size: 12px;}
INPUT{cursor:pointer; border: 1px solid; font-family:Arial; font-size: 12px;}

.pagina_kop {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

.kop1 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.ok_melding {
	font-weight: bold;
	color:#009900;
}
.fout_melding {
	font-weight: bold;
	color:red;
}
.klein {
	font-size: 10px;
	font-weight: normal;
} 


	div#mb_overlay {
		position: absolute;
		left: 0;
		width: 100%;
		background-color: #000000;
		cursor: pointer;
	}
	div#mb_center, div#mb_bottom {
		position: absolute;
		left: 50%;
		overflow: hidden;
	}
	div#mb_center {
		background-color: #ffffff;
	}
	div#mb_contents {
		width: 400px;
		height: 400px;
		border: 5px solid #e0e0e0;
		overflow: auto;
		padding-left:5px;
		padding-right:5px;
		padding-top:5px;
		padding-bottom:5px;
		background-color:transparent;";
		visibility: hidden;
	}
	.mb_loading {
		background: #DDD url(../moodalbox/img/loading.gif) no-repeat center center;
	}
