/* CSS File for Dagon Design Formmailer Script */
/* http://www.dagondesign.com */

/* COLOR/BORDERS CSS */

form.ddfm .required {
	color: #663333;
}

.ddfmerrors {
	color: #cc0000;
}

/* TEXT CSS */

.ddfmerrors {
	font-weight: bold;
}

/* STRUCTURE CSS */

.ddfmwrap {
	width: 560;
}

.ddfmwrap p.fieldwrap {
	clear: left;
}

form.ddfm {
	text-align: left;
	width: 560; 
}

form.ddfm label {
	width: 140px;
	display: block; 
	float: left; 
	margin-right: 10px; 
	padding-bottom: 5px;
	clear: left;  
}

form.ddfm select.fmselect,
form.ddfm .fmcheck,
form.ddfm .fmradio,
form.ddfm input.fmfile,
form.ddfm input.fmtext
 {
	float: left; 
	display: block;
	width: 200px; 
}

form.ddfm .fmcheck p,
form.ddfm .fmradio p {
	margin-bottom: 5px;
}


form.ddfm textarea {
	float: left; 
	position: relative;
	width: 250px;
	height: 150px;
	font-family: "Lucida Grande", Verdana;
}

form.ddfm input.submit {
	width: 139px;
	height: 40px;
	background-image: url(http://www.adadvocaten.nl/img/verzenden.gif);
	border: 0px;
	cursor: pointer;
	margin-top: 90px;
}


.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 140px; 
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;  
	text-align: left;
}

.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;
}
