h3#newsletters {
background: #b7c989;
padding: 5px;
}

/* inschrijven */
ul.subscribe {
list-style-type: none;
margin: 0px;
padding: 0px;
}

ul.subscribe li {
display: block;
float: none;
clear: both;
padding: 10px 0px;
}

ul.subscribe li label {
float: left;
font-weight: bold;
margin: 3px 0px 0px 0px;
text-align: right;
width: 100px;
}

ul.subscribe li input {
float: right;
width: 430px;
font-family: 'Lucida Sans Unicode', 'Verdana';
padding: 2px 20px 5px 5px;
background: #f1dda7;
border: 1px solid #fff;
}

ul.subscribe li input.submit {
float: none;
width: 570px;
color: #fff;
background: #b7c989;
border: solid 1px #60aa5d;
}

/*snel inschrijven*/
ul.quick-subscribe {
list-style-type: none;
margin: 20px 0px 0px 0px;
padding: 0px;
}

ul.quick-subscribe li {
display: block;
float: none;
clear: both;
padding: 10px 0px;
}

ul.quick-subscribe li label {
float: left;
font-weight: bold;
font-size: 25px;
margin: 11px 0px 0px 0px;
text-align: right;
width: 190px;
}

ul.quick-subscribe li input {
font-size: 25px;
float: right;
width: 670px;
font-family: 'Lucida Sans Unicode', 'Verdana';
padding: 5px 20px 8px 5px;
background: #f1dda7;
border: 1px solid #fff;
}

ul.quick-subscribe li input.submit {
float: none;
width: 900px;
color: #fff;
background: #b7c989;
border: solid 1px #60aa5d;
}
