/* DES Nieuwsbrief CSS */

body {
	background-color: #999;
	font-family: arial, sans-serif;
	color: #fff;
	padding: 5px;
	font-size: 12px;
}

a {
	display: none;
	color: #fff;
	margin-left: 2px;
}

a:hover {
	text-decoration: none;
}

#main {
	width: 405px;
}

form textarea {
	padding: 2px;
	max-width: 300px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: black;
	background-color: white;
	border: 1px solid #999999;
}

form input {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: black;
	background-color: white;
	border: 1px solid #999999;
}

table {
	margin-top: 10px;
	width: 100%;
	background-color: #666;
}

td {
	vertical-align: middle;
}

font {
	display: none;
}

.required  {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	background-color: #666;
	height: 14px;
	padding: 2px;
}

.poweredphplist {
	display: none;
}

textarea {
	display: block;
	margin: 5px 0 5px 0;
}

br {
	display: none;
}

h1, h2 {
	font-size: 12px;
	font-weight: bold;
}
