body {
	margin:0;
	padding:0;
	font-family: verdana;
	font-size:13px;
}

#wrapper {	
	width:750px;
	height:1000px;
	position:absolute;
	background-image:url('/landingspage/kws/images/bg.jpg');
	}
	#form {
		margin:0;
		padding:0;
		position:absolute;
		top:180px;
		left:385px;
		width:245px;
		height:350px;	
	}
	.table {
		width:245px;
	}
	.text {
		padding: 2px 0 3px 3px;
		color:#383838;
	}
	
	.input input{
		height:20px;
		width:285px;
		background:url('/landingspage/kws/images/shadow.gif') repeat-x;
		border:1px solid #80807f;
		margin-left:3px;
		padding-left:3px;
		color:#383838;
	}
	.inputerror input{
		height:20px;
		width:285px;
		background:url('/landingspage/kws/images/shadow.gif') repeat-x;
		border:1px solid #80807f;
		margin-left:3px;
		padding-left:3px;
		border:1px solid red;
		color:#383838;
	}
	.submit {
		text-align:right;
		padding:10px 0 0 0;
	}
	#verstuurd {
		
		position:absolute;
		width:291px;
		height:140px;
		top:650px;
		left:80px;
		background:url('/landingspage/kws/images/bedankt.png');
	}