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

/* COLOR/BORDERS CSS */

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	color: #ffffff;
}

form.ddfm textarea, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm .submit{
	color: #000000;
}

form.ddfm .required {
	color:#64D7FA;
}

.ddfmerrors {
	color:#64D7FA;
}

/* TEXT CSS */

.ddfmwrap {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

.ddfmerrors {
	font-weight: bold;
}




/* STRUCTURE CSS */

.ddfmwrap {
	width: 518px;
}

.ddfmwrap p.fieldwrap {
	clear: left;
}

form.ddfm {
	text-align: left;
	padding: 0px 10px 10px 10px;
	width: 498px; 
}

form.ddfm label {
	display: block; 
	float: left; 
	width: 65px; 
	text-align: right;
	margin: 0 12px 0 0; 
	padding-bottom: 15px;
	clear: left;  
}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 217px;
	margin-bottom: 15px;  
}
form.ddfm textarea {
	float: left; 
	position: relative;
	width: 417px;
	margin-bottom: 15px;
}


/*
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  */

form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 217px;
	margin-bottom: 15px;  
}

form.ddfm input.fmtextselect {
	float: left; 
	display: block;
	width: 417px;
	margin-bottom: 15px;  
}

form.ddfm .submit {
	text-align: right;
	clear: both; 
}
.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	text-align: left;
	padding: 0px 10px 0px 10px;
	width: 498px; 
	font-size: 1.08em;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	padding: 0px 10px 10px 10px;
	width: 498px; 
	margin-bottom: 15px;  
	text-align: left;
}
.thankYouForm {
	text-align: left;
	padding: 0px 10px 10px 10px;
	width: 498px; 
	height: 350px;
}
