 body {
 	font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
	color: green;
 }
a:link {
    color: red;
    text-decoration: underline;
}
a:active { 
	color: red;
}
a:visited { 
	color: green;
}
.clear {
	clear: both;
	display: none;
	height: 1px;
	overflow: hidden;
}
.left {
	float: left;
	display: inline;
}
.right {
	float: right;
	display: inline;
}
fieldset {
	border: 0;
	font-size: 11px;
}
legend {
	display: none;
	cursor: pointer;
}
form, .formline, .thanks {
	margin: 20px 0;
} 
.unsubscribe {
	color: green;
	font-weight: normal;
}
.unsubscribe label {
	font-size: 11px;
	color: #333;	
	font-weight: bold;
}
.thanks {
	color: green;
	font-weight: bold;
}
.formline {
	clear: both;
}
#enquete label {
	font-weight: bold;
	display: block;
	margin: 15px 0 5px 0;
	color: #333;
}
label span {
	font-weight: normal;
}
.checkboxes {
	width: 360px;
	float: left;
	margin: 0 0 15px 0;
}
.radios {
	width: 340px;
	float: left;
	margin: 0 0 10px 0;
}
.radios .left,
.radios .right {
	margin: 5px 0;
	font-style: italic;
}
input[type=text], textarea, .input {
	border: 2px solid green;
	padding: 2px 2px;
	font: 11px Arial, Helvetica, sans-serif;
}

textarea {
	margin: 0 0 0 4px;
}
#naw #naam {
	width: 356px;
}

#naw input[type=text] {
	width: 150px;
	float: left;
	margin: 0 5px;
}
#naw .formline {
	float: left;
	margin: 0 0 10px 0;
	width: 529px;
}

#naw label {
	float: left;
	display: inline;
	color: #cb0b32;
	width: 70px;
	font-weight: bold;
	cursor: pointer;
	color: #333;
}
#naw span {
	width: 72px;
	font-weight: bold;
}