h2 { margin: 0; padding: 0; } 

#theform fieldset {
	
	width:280px;
	border: 0;
	margin: 0;
	padding: 5px;
	float: left;
	}
#theform fieldset legend {
	font-size: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #009DDF;
	}
#theform fieldset legend span {
	display: none;
	}
#theform fieldset h3 {
	height: 40px;
	font-size: 15px;
	}
#theform fieldset div.help {
	color: #CCC;
	font-size: 13px;
	font-weight: bold;
	height: 65px
	}
#theform fieldset label {
	font-size: 15px;
	display: block;
	line-height: 20px;
	}
#theform fieldset input {
	font-size: 15px;
	height: 20px;
	width: 280px;
	}
#theform fieldset select {
	font-size: 15px;
	height: 27px;
	width: 84px;
	}
#theform fieldset select.sized { width: 280px; }
	
/* Error Styling */
#theform fieldset.error legend,
#theform fieldset.error h3
 {
	color: #CC0000;
}
	
#theform fieldset strong.error {
	width: 280px;
	color: #fff;
	background-color: #CC0000;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	display: block;
	}

/* Part 4 Styling */
#theform #pt4 {
	clear: both;
	width: 895px;
	height: 80px;
	padding: 10px;
	}
#theform #pt4 legend {
	display: none;
	}
#theform #pt4 h3 {
	display: none;
	}
#theform #pt4 #disclaimer {
	width: 500px;
	float: left;
	text-align: justify;
	font-size: 12px;
	}
#theform #pt4 input {
	height: 80px;
	font-size: 15px;
	width: 280px;
	color: #666666; 
	background: #f3f3f3;
	font-weight: bold;
	border-bottom: 	1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;	
	float: right;
	}

#voetsel {
	clear: both;
	}
-->
</style>
