.USP 
{
    color:#666666;
    font-size:1em;
	float : left;
	height: 130px;
	overflow: hidden;
	width : 275px;
}
.desc 
{
    font-size:1em;
	float : left;
	width : 290px;
	padding:0 0 0 10px;
	color:#666666;
}
.textdiv{
	margin:0;
	width:568px;
}
h1 {
	color:#222;
	font-size:1.5em;
	font-weight:bold;
}
.content{
	clear: both;
}
#login li{
	background-color: #fff;
	border-bottom:none;
	color:#222;
	float:left;
	font-weight:bold;
	height:24px;
	line-height:24px;
	list-style-type:none;
	text-align:center;
	width:84px;
}
#login li.button input, .login input{
	background-color:transparent;
	background-image:url(/images/button.png);
    background-position:0 0;
	background-repeat:no-repeat;
	border:none;
	color:#fff;
	cursor:pointer;
	display:block;
	height:24px;
	line-height:24px;
	width:84px;
}
#login li.button input:hover, .login input:hover{
    background-position:0 -24px;
	}
.Inlog label{
	float:left;
	width:100px;
	}
.Form ul input{
	background-color:transparent;
	border:medium none;
}
.Form ul{
	height:24px;
	padding-right:20px;
}
.form{
	margin-top:30px;
	width:100%;
}
.form  .field input{
	margin-bottom:5px;
	width:270px;
	}
.gebruikersnaam, .wachtwoord, .wachtwoordvergeten{
	display:block;
	margin-bottom:10px;
}
#login .wachtwoordvergeten{
	width:170px;
}
.aanmelden input{
	background-color:transparent;
	background-image:none;
	border:0;
	cursor:pointer;
	float:left;
	text-decoration:underline;
	margin:0;
	padding:0;
	}