@charset "UTF-8";
/* CSS Document */
form.clean
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	padding: 1em;
	background-color: #fff;
	border: 1px solid #eee;
	font-size: 80%;
	height: auto;
	width: 80%;
	margin: 20px auto;
}
.clean #tekst {
	width: 450px;
	padding-left: 20px;
	margin-bottom: 30px;
}
#tekst1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 450px;
	padding-left: 20px;
	margin-bottom: 30px;
	font-size: 80%;
}

form.clean *
{
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}

form.clean p
{
	margin-top: .5em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: .5em;
}

form.clean input[type=text],
form.clean input[type=password],
form.clean input[type=email],
form.clean textarea,
form.clean select
{
	-webkit-border-radius: .4em;
	-moz-border-radius: .4em;
	border-radius: .4em;
	background-color: #fafafa;
	border: 1px solid #ddd;
	color: #666;
	font-size: 1em;
	padding: .15em;
	width: 100%;
}

form.clean input:focus,
form.clean textarea:focus,
form.clean select:focus
{
	background-color: #ffe;
}

form.clean fieldset
{
	-webkit-border-radius: .6em;
	-moz-border-radius: .6em;
	border-radius: .6em;
	border: 1px solid #ddd;
	margin: 1em 0;
	padding: .5em 1em;
}

form.clean fieldset legend
{
	color: #17b;
	font-size: 1.2em;
	margin-left: 1em;
	font-weight: bold;
}

form.clean ol
{
	list-style: none;
}

form.clean ol li
{
	margin: .5em 0;
}

form.clean ol li label
{
	display: block;
}
.clean #bedrijf label {
	margin-top: 5px;
}
.clean .twintig {
	margin-top: 20px;
}

form.clean ol.table
{
	list-style: none;
	display: table;
}

form.clean ol.table li
{
	display: table-row;
}

form.clean ol.table li label[for]
{
	display: table-cell;
	text-align: right;
	padding: .5em;
}

form.clean div.col2 label
{
	float: left;
	width: 50%;
}

form.clean div.col3 label
{
	float: left;
	width: 33%;
}

form.clean div.col4 label
{
	float: left;
	width: 25%;
}

form.clean fieldset:first-child
{
	margin-top: 0;
}

form.clean input[type=button],
form.clean input[type=reset],
form.clean input[type=submit],
form.clean button
{
	-webkit-border-radius: .4em;
	-moz-border-radius: 0.4em;
	border-radius: .4em;
	background-color: #CCCCCC;
	border: 1px solid #ddd;
	color: #666;
	font-size: 0.85em;
	padding: .15em .4em;
	margin: 0 .3em;
}

form.clean input[type=submit]:hover,
form.clean input[type=reset]:hover,
form.clean input[type=button]:hover,
form.clean button:hover
{
	background-color: #ffd;
}
form.clean1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 1em;
	padding: 1em;
	background-color: #fff;
	border: 1px solid #eee;
	font-size: 80%;
	height: 476px;
}
form.clean li {
	position: relative;
}
.bullet {
	color: #000000;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
		
}

