html, body{
	text-align:center;
	background:#ebebea;
	font-family:arial;
	font-size:12px;
}

#header {
	width:400px;
	height:14px;
	background:url(../images/bg_header.png) repeat-x top left;
	color:#fff;
	margin:0 auto;
	margin-top:40px;
	border:1px solid #373737;
	text-align:left;
	padding:5px 0px 7px 6px;
}

#content {
	width: 406px;
	height:154px;
	background:url(../images/bg_login.png) no-repeat top left;
	border:1px solid #373737;
	margin: 0 auto;
	margin-top:-3px;
}

.break{
	height:49px;
}

.gegevens {
	float:inherit;
	text-align:left;
	margin: 6px 0px 0px 20px;
	color:#fff;
	font-weight:600;
}

.inputbar {
	width:150px;
	height:18px;
	border:1px solid #373737;
	background:#dddcdc;
	padding-left:3px;
	font-size:12px;
	margin:0px 100px;
}

#button {
	text-align:left;
	margin: 10px;
}