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

#ddfminst1 {
	width: 100%;
	text-align: center;
}

#ddfminst1 form {
	width: 500px;
	margin: 0px auto;
	text-align: left;
}

#ddfminst1 fieldset {
	border: 1px solid #36452d;
	padding: 5px 0 10px 0;
	margin-bottom: 1em;
}

#ddfminst1 legend {
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
}

#ddfminst1 form p.fieldwrap {
	clear: both;
	padding-bottom: 1.5em;
}

#ddfminst1 form label {
	float: left;
	width: 180px;
	text-align: right;
	padding-right: 10px;
	padding-top: 1px;
}

#ddfminst1 form label.checkboxlabel, #ddfminst1 form label.radiolabel {
	float: none;
	width: auto;
	text-align: left;
	display: inline;
	padding: 0 0 0 4px;
}

#ddfminst1 form input, #ddfminst1 form textarea, #ddfminst1 form select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 2px;
}

#ddfminst1 form input.fmtext {
	float: left;
	width: 200px;
}

#ddfminst1 form input.fmtextshort, #ddfminst1 form input.fmdate, #ddfminst1 form input.fmverify {
	float: left;
	width: 80px;
}

#ddfminst1 form input.submitbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 2px 3px;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-right: #666666 1px solid;
	border-bottom: #666666 1px solid;
}

#ddfminst1 form img.fmcalpicker {
	margin-left: 5px;
	cursor: pointer;
	float: left;
}

#ddfminst1 form img.verification {
	position: relative;
	top: -2px;
	margin-left: 5px;
	float: left;
}

#ddfminst1 form span.fmcheck, #ddfminst1 form span.fmradio {
	float: left;
	width: 200px;
	padding-bottom: 1em;
}

#ddfminst1 form textarea.fmtextarea {
	float: left;
	width: 275px;
}

#ddfmerrors1 {
	padding-left: 100px;
	padding-bottom: 20px;
}

#ddfmerrors1 h4 {
	color: #9B4D3B;
	margin-bottom: 0.5em;
}

#ddfmerrors1 ul.errorlist {
	font-size: 1em;
}


#ddfminst2 {
	width: 278px;
	float: right;
	margin-left: 20px;
	border: 1px solid #36452d;
	padding: 5px 10px 0px 10px;
}

#ddfminst2 form {
}

#ddfminst2 h3 {
	margin-bottom: 0.6em;
}

#ddfminst2 form input, #ddfminst2 form textarea, #ddfminst2 form select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 2px;
	width: 275px;
}

#ddfminst2 form input.fmverify {
	width: 120px;
	margin-left: 5px;
}

#ddfminst2 form img.verification {
	position: relative;
	top: 7px;
	margin-left: 5px;
}


#ddfminst2 form input.submitbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width: auto;
	padding: 2px 3px;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-right: #666666 1px solid;
	border-bottom: #666666 1px solid;
}

#ddfmerrors2 {
	width: 278px;
	float: left;
	border: 1px solid #36452d;
	padding: 5px 10px 0px 10px;
	margin-bottom: 1em;
}

#ddfmerrors2 h4 {
	color: #9B4D3B;
	margin-bottom: 0.5em;
}

#ddfmerrors2 ul.errorlist {
	font-size: 1em;
}


form.ddfm .extratext {
	padding: 0px 15px;
	clear: both;
}

.required {
	color: #9B4D3B;
}

form div.submit {
	padding: 10px 0px;
	text-align: right;
}

form div.credits {
	float: left;
	font-size: 0.5em;
	text-align: left;
	color: #243917;
	padding-top: 15px;
}

form div.credits a {
	color: #243917;
}


/* 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: Tahoma, 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: Verdana, Tahoma, 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: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #DDDDDD;
	font-weight: bold;
	}
