<!--
body {
	background-color: #252525;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.leftd {background: url(rounds/252525_ffc82e_ld.gif) 0 100% no-repeat #FFC82E; width:1000px; margin-top: 80px;}
.rightd {background: url(rounds/252525_ffc82e_rd.gif) 100% 100% no-repeat;}
.leftu {background: url(rounds/252525_ffc82e_lu.gif) 0 0 no-repeat}
.rightu {background: url(rounds/252525_ffc82e_ru.gif) 100% 0 no-repeat; padding:20px; height: auto; }
	
h1{color:#fff;
margin-top:40px;
font-size:30px;}

h3.welcome{
color:#252525;
}
a.mailto{
color:#3366FF;
text-decoration:none;
}
a.mailto:hover{
color:#0000FF;
}
#theform {
	background-color: #000;
	width: 40em;/*breedte*/
	}
#theform fieldset {
	height: 21em;
	width: 11em;
	border: 0;
	margin: 0;
	padding: 1em;
	float: left;
	}
#theform fieldset legend {
	font-size: 4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	}
#theform fieldset legend span {
	display: none;
	}
#theform fieldset h3 {
	height: 4em;
	font-size: 1em;
	}
#theform fieldset div.help {
	color: #ffff99;
	font-size: 0.7em;
	font-weight: bold;
	height: 5em;
	}
#theform fieldset label {
	font-size: 0.7em;
	display: block;
	line-height: 1.5em;
	}
#theform fieldset input {
	font-size: 0.8em;
	height: 1.2em;
	}
	
/* Error Styling */
#theform fieldset.error,
#theform fieldset.error legend,
#theform fieldset.error div.help {
	color: #FFCC33;
	}
#theform fieldset strong.error {
	color: #fff;
	background-color: #CC0000;
	padding: 0.2em;
	font-size: 0.7em;
	font-weight: bold;
	display: block;
	}

/* Part 4 Styling */
#theform #pt4 {
	clear: both;
	width: 38em;
	height: 5em;
	border: 10px solid #fff;
	border-width: 10px 0;
	padding: 1em;
	}
#theform #pt4 legend {
	display: none;
	}
#theform #pt4 h3 {
	display: none;
	}
#theform #pt4 #disclaimer {
	width: 22em;
	float: left;
	font-size: 0.7em;
	}
#theform #pt4 input {
	height: 5em;
	font-size: 1em;
	width: 18em;
	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;
	}

#copyright a {
	clear: both;
	padding: 1em;
	font-size: 0.8em;
	color: #b2b2b2;
	font-style: italic;
	text-decoration:none;
	}
#copyright a:hover{
	color: #FFCC33;

	
	
-->
</style>

<!--[if IE]>
<style type="text/css">
#theform #pt4 {
	padding: 2em 1em 1em 1em;
	}
</style>
<![endif]-->