fieldset{
	border: 0px;
	}

legend{
	font-weight: bold;
}

input{
	height: 12px;
	width: 340px;
	}	
	
textarea{
	align: left;
	resize: none;
	float: right;
	padding-right: -10px;
	min-width: 500px !important;
	max-width: 500px !important;
	max-height: 300px !important;
	min-height: 100px !important;
	}
	
.senden{
	float: right;
	height: 20px;
	}
	
	
.active{
	border: 2px solid orange;
	float: right;
	}

.inactive{
	float: right;
	}
	
.left{
	font-weight: bold;
	text-align: right;
	float: left;
	}
	
.right{
	float: right;
	}

button{
	float: right;
	}
