body {
    margin:0px;
    padding:0px;
    background-color:#F7BD00;
}

#quizbox {
    width:550px;
    height:405px;
    margin-left:auto;
    margin-right:auto;
    border:1px solid black;
    margin-top:5px;
    text-align:left;
    padding-bottom:0px;
    overflow:auto;
}

h1 {
    text-align:center;
}

h2 {
    margin-left:25px;
    font-family:tahoma,sans-serif;
    font-size:16px;
}

h3 {
    margin-left:25px;
    font-family:tahoma,sans-serif;
    font-size:14px;
}

dt {
    margin-left:25px;
    font-family:tahoma,sans-serif;
    font-size:14px;
    font-weight:bold;
}

dd {
    font-family:tahoma,sans-serif;
    font-size:14px;
}

p,
span {
    font-family:tahoma,sans-serif;
    font-size:14px;
    margin:25px;
}   

.marginright {
    margin-right:220px;
}

.goed {
    background: url('./gfx/stoffel_goed.gif') #F7BD00 bottom right no-repeat;
}

table.mailform {
    width:80%;
    margin-left:auto;
    margin-right:auto;
}

table.mailform th {
    text-align:right;
    width:20%;
}

table.mailform input,
table.mailform select {
    width:98%;
}

table.mailform option.disabled {
    color:white;
    background-color:#444444;
}

table.mailform tfoot input {
    width:48%;
}

