﻿@charset "utf-8";
/* CSS Document */

body {
	color:#020202;
	font-family:"Trebuchet MS","Arial Rounded",Arial,Helvetica,sans-serif;
	font-size:14px;
	line-height:22px;
	background:#EDF5E4;
}

#wrapper{
	margin:5px 0px 5px 0px;
	padding:10px;
	border:4px solid #BEC5B6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#fff;
	min-height:100%;
	overflow:hidden;
	}

h1{
	margin:0px;
	padding:0px;
	font-size:20px;
	color:#C4522C;
	font-weight:bold;
	text-align:center;
}
h2{
    position: relative;
    /*top: -35px;*/
    margin-bottom: 20px;
    font-size:18px;
	color:#959D8C;
    font-weight: normal;
    border-bottom: 2px dotted #ccc;
    background: #fff;
    text-align: center;
}
h3{
	margin:0px;
	padding:5px 0px;
	font-size:16px;
	color:#C4522C;
	font-weight:bold;
	text-align:left;
}
.label{
	float:left;
	padding:5px;
	margin:0px 0px 0px 0px;
	display:block;
}
.input{
	float:right;
	padding:5px;
	margin:0px 0px 0px 0px;
	display:block;
	border:1px solid #BDC1A3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#invoer p{
	display:block;
	float:left;
	margin:0px;
	padding:5px 0px;
	width:100%;
}
.error{
	font-weight:bold;
	color:red;
}
.checkbox{
	float:left;
	padding:5px;
	margin:0px 0px 0px 0px;
	display:block;
}