img { behavior: url("css/pngbehavior.htc"); }
.bg {
	background-image: url(../afbeeldingen/bg.jpg);
	background-repeat: repeat-x;
}
a.home-headlink {
  color: #fff; 
  text-decoration: none; 
  font-family: helvetica, arial, sans-serif;
}
a.home-headlink:hover {
	text-decoration: underline;
}

.whitetext {
	color: #fff; 
  font-family: helvetica, arial, sans-serif;
}

h1 {
	font-size: 1.4em;
	font-weight: normal;
}


#frm-login {
	margin-left: 200px;
}
label {
	float: left;
	display: inline;
	clear: left;
	width: 120px;
	line-height: 24px;
	height: 24px;
	margin-bottom: .5em;
}
.field {
	float: left;
	display: inline;
	line-height: 24px;
  height: 24px;
  margin-bottom: .5em;
}
.button {
	clear: left;
	float: left;
	display: inline;
	margin-left: 120px;
}