@charset "UTF-8";
/* CSS Document */

fieldset {
border:1px solid #333;
padding:20px!important;
}

legend {
font-weight:bold;
padding: 0 10px;
color:#808080;
}

input, textarea, select {
color:#000000;
}

.textfield {
float:left;
border:1px solid #333333;
height:19px;
width: 90%;
padding: 2px 0 0 0;

}
	
textarea {
height:100px;
width:280px;
color:#000000;
border:1px solid #333;
}

.inputbutton {
float:right;
color:#000000;
border:0;
}

.hidesubmitbutton {
background:#FFFFFF;
border:0 none;
height:1px!important;
left:0;
position:absolute;
top:0;
width:7px!important;
}
	
form .buttonholder {
	float:right;
	margin:10px 35px 0 0;
}
	
form .legenda {
font-size:11px;
color:#999999;
margin-top:20px
}

form label {
	display:block;
	margin-bottom:3px;
}

form .row {
position:relative;
width:100%;
overflow:hidden;
margin-bottom:3px;
}
	
	form .col2-1 {
		width:150px;
		float:left;
	}
	
	form .col2-2 {
		width:310px;
		float:left;
	}
			
	form .col1-1 {
	width:100%;
	overflow:hidden;
	}
	
form .vraag input {
	margin-right:10px;
}
		
