	/* CSS File for Dagon Design Formmailer Script */
	/* http://www.dagondesign.com */
	
	/* COLOR/BORDERS CSS */
	
	form.ddfm h1,
	form.ddfm h2 {
		color: #606060;
	}
	
	form.ddfm legend, 
	.ddfmwrap legend,
	form.ddfm label, 
	form.ddfm label.fmtextlblwide {
		color: #333;
		/*background-color:#fff;*/
		/*color: #606060;*/
	}
	
	form.ddfm .fmcheck p, 
	form.ddfm .fmradio p,
	form.ddfm textarea, 
	form.ddfm .fmfullblock, 
	form.ddfm .fmhalfblock, 
	form.ddfm .fmselect, 
	form.ddfm input.fmtext,
	form.ddfm input.fmdate,
	form.ddfm input.fmverify,
	form.ddfm textarea.fmtextwide,
	form.ddfm .submit,
	form.ddfm .credits {
		color: #333;
	}
	
	form.ddfm .required, .ddfmwrap .required {
		color: #cc3300;
		font-size:140%;
		font-weight:bold;
	}
	
	.ddfmerrors {
		color: #E22626;
	}
	
	.submit input {
		/*background-color:#1A6BB1;
		color:#fff;
		font-size:120%; 	
		padding:3px 8px;*/
	}
	
	
	/* TEXT CSS */
	
	.ddfmwrap {
		font-size: 100%;
		font-family: Arial, Helvetica, sans-serif;
		background-color:#fff;
		padding-left: 15px;
	}
	
	form.ddfm h1,
	form.ddfm h2 {
		font-family: Arial, Helvetica, sans-serif;
		text-align: left;
		margin: 0 0 10px 0;
		padding: 0;
	}
	
	
	form.ddfm h1 {
		font-size: 140%;
	}
	
	form.ddfm h2 {
		font-size: 115%;
	}
	
	form.ddfm legend,
	.ddfmwrap legend, 
	form.ddfm label, 
	form.ddfm label.fmtextlblwide {
		font-size: 85%;
		font-weight: bold;
	}
	
	form.ddfm .credits {
		font-size: 90%;
	}
	
	form.ddfm legend, .ddfmwrap legend {
		font-size: 100%;
	}
	
	.ddfmerrors {
		font-weight: bold;
	}
	
	
	
	
	/* STRUCTURE CSS */
	
	.ddfmwrap {
		margin: 0px 0px;
		width: 100%;
		border-radius: 8px;
	}
	
	.minimaal_invullen {
		margin:10px 10px 30px 10px;
		font-size:90%;
	}
	
	.ddfmwrap p.fieldwrap {
		display: flex;
		align-items: top;
		gap: 0px;
		margin: .25em 0 !important;
	}
	
	form.ddfm {
		text-align: left;
		padding: 10px 0px;
		width: 97%; 
	}
	
	form.ddfm fieldset {
		padding: 10px;
		margin: 0 0 13px 0;
		display: block;
		margin: 2em 1em; 
		border: 1px solid rgb(216,199,157);
		border-radius: 8px;
	}
	.ddfmwrap fieldset {
		clear:both;
		padding: 2px 0px;
		margin: 0 0 0px 0;
		display: block;
		border: 0px solid #ccc;
	}
	
	form.ddfm legend, .ddfmwrap legend {
		padding: 0 6px 0 6px;
		margin: 0 0 0 10px;
		color:#333;
	}
	
	form.ddfm label {
		flex: 0 0 40%;
		text-align: right;
		margin: 0 10px 0 0; 
		font-weight:normal;
	}
	
	form.ddfm label.fmtextlblwide {
		flex: 0 0 100%;
		text-align: left;
		margin: 0 10px 0 1px; 
		padding-bottom: 8px; 
		
	}
	
	form.ddfm select.fmselect {
		flex: 0 0 58%;
		background: rgba(216,199,157,.2); 
		border: none !important;
	}
	
	form.ddfm .fmcheck {
		flex: 0 0 55%; 
		margin-bottom: 15px;
	}
	form.ddfm .fmcheck input { width:20px; }

	form.ddfm .fmradio {
		flex: 0 0 55%;
		margin-bottom: 15px;
	}
	
	form.ddfm .fmcheck p {
		padding: 0;
		margin: 0 0 5px 0;
		line-height: 140%;
	}
	
	form.ddfm .fmradio p {
		padding: 0;
		margin: 0 0 5px 0;
		line-height: 140%;
	}

	form.ddfm .fmradio input {
		width:20px;	
	}
	
	form.ddfm textarea {
		flex: 0 0 55%;
		margin-bottom: 5px;
		padding: 3px;
		background: rgba(216,199,157,.2); 
		border: none;
		border-radius: 8px;
	}
	
	form.ddfm .special {
		width:5px;
		visibility:hidden;
	}
		
	form.ddfm .fmfullblock {
		padding-left: 15px;
		clear: both;
		margin-bottom: 5px;
		width: 90%;
		display: block;
		margin:3em 0px 10px 0px;
		font-size: 85%;
	}
		
	form.ddfm .fmhalfblock {
		padding-left: 29%;
		margin-bottom: 13px;
		flex: 0 0 55%;
	}
	
	form.ddfm input.fmverify {
		margin-bottom: 15px; 
		position: relative;
		flex: 0 0 12%;

	}
	
	form.ddfm img {
		margin: 1px 0 0 10px; 
		float: left;
	}
	
	form.ddfm input.fmfile {
		flex: 0 0 55%;
		margin-bottom: 0px;  
	}

	form.ddfm input.fmtext {
		flex: 0 0 55%;
		margin-bottom: 0px; 
		background: rgba(216,199,157,.2); 
		border: none !important;
	}

	form.ddfm input.fmdate {
		flex: 0 0 55%;
		margin-bottom: 15px;  
	}
	
	form.ddfm textarea.fmtextwide {
		flex: 0 0 100%;
		margin-right: 2px;
		margin-bottom: 15px; 
	}
	
	form.ddfm .credits {
		text-align: right;
		margin-top: 7px;
		width: 97%;
	}
	
	form.ddfm .submit {
		text-align: left;
		clear: both; 
		margin-left:40%; 
		padding-top:30px;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	form.ddfm .kopie_invuller {
		clear: both;
	}
	
	.ddfmerrors {
		text-align: left;
		margin: 20px 10px 0 0; 
		padding: 15px 0 0;
	}
	
	.errorlist {
		padding-bottom: 15px;
		margin-bottom:20px;  
		text-align: left;
		color:#E22626;
		font-size: .9em;
	}
	
	.ddfmwrap .recaptcha {
		width: 100%;
		text-align: right;
		clear: both; 
		height: 120px;
		margin-right: 7px;
		padding-bottom: 10px;
	}
	
	.ddfmwrap .recaptcha-inner {
		float: right;
		margin-right: 3px;
	}
	
	
	/* DATE SELECTION */
	
	/* the div that holds the date picker calendar */
	.dpDiv {
		}
	
	
	/* the table (within the div) that holds the date picker calendar */
	.dpTable {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: center;
		color: #404040;
		background-color: #F4F4F4;
		border: 1px solid #999999;
		}
	
	
	/* a table row that holds date numbers (either blank or 1-31) */
	.dpTR {
		}
	
	
	/* the top table row that holds the month, year, and forward/backward buttons */
	.dpTitleTR {
		}
	
	
	/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
	.dpDayTR {
		}
	
	
	/* the bottom table row, that has the "This Month" and "Close" buttons */
	.dpTodayButtonTR {
		}
	
	
	/* a table cell that holds a date number (either blank or 1-31) */
	.dpTD {
		border: 1px solid #ece9d8;
		}
	
	
	/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
	.dpDayHighlightTD {
		background-color: #CCCCCC;
		border: 1px solid #AAAAAA;
		}
	
	
	/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered 
	over) */
	.dpTDHover {
		background-color: #888888;
		border: 1px solid #888888;
		cursor: pointer;
		color: #000000;
		}
	
	
	/* the table cell that holds the name of the month and the year */
	.dpTitleTD {
		}
	
	
	/* a table cell that holds one of the forward/backward buttons */
	.dpButtonTD {
		}
	
	
	/* the table cell that holds the "This Month" or "Close" button at the bottom */
	.dpTodayButtonTD {
		}
	
	
	/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
	.dpDayTD {
		background-color: #C0C0C0;
		border: 1px solid #AAAAAA;
		color: white;
		}
	
	
	/* additional style information for the text that indicates the month and year */
	.dpTitleText {
		font-size: 12px;
		color: #555555;
		font-weight: bold;
		}
	
	
	/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
	.dpDayHighlight {
		color: #666666;
		font-weight: bold;
		}
	
	
	/* the forward/backward buttons at the top */
	.dpButton {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: gray;
		background: #DDDDDD;
		font-weight: bold;
		padding: 0px;
		}
	
	
	/* the "This Month" and "Close" buttons at the bottom */
	.dpTodayButton {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: gray;
		background: #DDDDDD;
		font-weight: bold;
		}
	
*/