body {
	font: 0.7em Verdana, Arial, Helvetica, Geneva, sans-serif;
	width:720px;
	margin:auto;
	background: #2E5A31 url("../images/bginf.jpg") repeat-y center top;
}
input{
	width:50%;
	margin-bottom:10px;
}
textarea{
	width:100%;
}
.button{
	background-color:#FFFFFF;
	border-top: 1px solid #CCCCCC!important;
	border-right: 1px solid #000000!important;
	border-bottom: 1px solid #000000!important;
	border-left: 1px solid #CCCCCC!important;
	width:100px;
	float:right;
	margin-top:20px;
}
.contact{
	margin-top:10px;
	float:right;
	padding:10px 20px;
	width:150px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #999999;
}

.emptyError{
	background-color:#c00;
	color:#fff;
	padding:0 4px;
}
.error{
	background-color:#c00;
	padding:10px;
	border: 5px double #FFFFFF;
}
.error a{
	background:#C00;
	color:#000000;
	text-decoration:underline;
}
.verzonden{
	width:250px;
	margin:0 auto;
}