body {
    background-color: black;
    color: white;
    margin: 0px;
    padding: 0px;
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 12px;
}

img { border: 0px; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
a { color: black; }

div#wrapper {
    position: relative;
    width: 900px;
    margin: 0px auto;
}

div.clear {
    clear: both;
}

div#wrapper {
    background-image: url('assets/images/home/formulier.jpg');
    background-repeat: no-repeat;
    background-color: #bf4f01;
}

div#content {
    position: relative;
    padding: 10px 20px;
    width: 550px;
}

p {
    font-size: 1.3em;
    color: white;
    awidth: 550px;
}

form p {
    font-size: 1.15em;
}

div.errors {
    font-size: 1.4em;
}

input#naam { width: 350px; }
input#email { width: 350px; }
textarea {width: 350px; }
