.fancy_form h3 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 3px;
	color: #017939;
	font-family: 'Lato', sans-serif;
	border-bottom: 1px solid #c3c3c3;
}

.fancy_form input[type="submit"] {
	float: none;
	width: 80px;
	font-size: 12px;
	margin: 0;
	border: none;
}

.fancy_form select {
	margin-bottom: 10px;
}

/* nieuw van Velisoft */
.fancy_form {
    display:none;
    float: left;
    width: 500px;
	text-align: center;
	padding: 10px 20px 20px 20px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fancy_form .inputs {
	padding-top: 15px;
}

.fancy_form p {
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.text_fancy {
	font-size: 14px;
	line-height: 150%;
}

.fancy_form label {
	display: none;
}

.fancy_form select, .fancy_form input {
	float: none;
	width: 60%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fancy_form input {
	text-align: center;
}

.fancy_form .button {
	float: none;
}
/* Verticale mobiel */
@media only screen and (max-width: 479px) {
	.fancy_form {
	    width: 100%;
	}
	
	.fancy_form select, .fancy_form input {
		width: 85%;
	}
}