div
{padding-top: 20px;

}

.formulier
{width:80%;
margin-left:10%;
border-color:#226D24;
border-style: groove;
border-width: medium;
border-radius: 5px;
background-color: white;
background-image:url('../images/icons/form.jpg');
background-repeat: no-repeat;
  background-size: cover;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
margin-bottom:20px;
margin-top:20px;
}

input
{ 
	max-width:90%;
	border-color:#226D24;
	
}
.submit
{margin-top:15px;
font-weight: bold;
font-size:1.2em;
border: solid;
border-color:#226D24;
border-width: 1px;


background-color:#FFC200;
color: black;
max-width:90%;
text-decoration:none;
padding:5px;

}
iframe
{max-width:100%;
}

#message
{   
	width: 90%;
	resize: vertical;
}


#return
{border:none;
width:100%;
height:100px;

}
#return
{height:50px;
}


