/* 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, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	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: #404040;
}

form.ddfm .required {
display:none;
color: #FF0000;
}

.ddfmerrors {
	color: #FF0000;
}

/* TEXT CSS */
/* Modified by M.Hill 1/12/2008 -- removed all default styling that is
   now set in the theme STYLE.CSS */

.ddfmwrap {
}
form.ddfm h1,
form.ddfm h2 {
}
form.ddfm h1 {
}
form.ddfm h2 {
}
form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
}
form.ddfm .credits {
	display:none;
}
form.ddfm legend {
}
.ddfmerrors {
	font-weight: bold;
}

/* STRUCTURE CSS */
/* Modified by M.Hill 1/12/2008 -- removed SOME default styling that is
   now set in the theme STYLE.CSS */
	
.ddfmwrap {
}
.ddfmwrap p.fieldwrap {
}
form.ddfm {
	text-align: left;
	padding: 10px;
	width: auto;
}
form.ddfm fieldset {
	display: block;
}
form.ddfm legend {
}
form.ddfm label {
	display: block; 
	float: left; 
	width: 26%; 
	margin: 0 10px 0 0; 
	clear: left;  
}
form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
	width: 100%;
}
form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 65%; 
	margin-bottom: 15px;  
	padding: 3px; 
}
form.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}
form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	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 textarea {
	float: left; 
	position: relative;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
}
form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}
form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
}

form.ddfm img {
	margin: 1px 0 0 10px; 
    float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
/*	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;*/
}

form.ddfm input.fmdate {
	float: left; 
	display: block;
	width: 35%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	width: 97%;
}

form.ddfm .submit {
	text-align: left;
	clear: both; 
	/*width: 80%;*/
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 10px;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 10px;  
	padding: 3px;
	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;
}


/* 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;
	}

	
	
/* Newsletter form
*************************************************************************/
#newsletter {
	margin:0 0 30px;
	overflow:hidden;
	/*background-image:url(../../themes/leapfrogg2/img/newsletter-bg.png);
	background-position:bottom right;
	background-repeat:no-repeat;*/
	background-image:url(../../themes/leapfrogg2/img/newsletter-bg2.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-color:#E2E65A;
	}
	
	
#newsletter-top-panel {
background-image:url(../../themes/leapfrogg2/img/newsletter-top-bg.png);
background-repeat:no-repeat;
background-position:top left;
width:259px;
height:8px;
}
	
#newsletter h3 {
	/*color:#FFF;
	font-size:1.6em;
	font-weight:bold;*/
	/*font-size:1.1em;*/
	/*padding:8px 0px;*/
	/*background:#454649 url(../../themes/leapfrogg/img/bg-panel-black-top.png) left top no-repeat;*/
}
#newsletter .wrapper {
	/*background:#FF9933 url(../../themes/leapfrogg/img/bg-panel-orange-bot.png) left bottom no-repeat;
	padding:10px;*/
	overflow:hidden;
}
#newsletter .wrapper p.privacy {
	font-size:0.90em;
	margin-top:12px;
	margin-bottom:10px;
	line-height:normal;
	/*color:#FFF;	*/
}
#newsletter .wrapper p.privacy a,
#newsletter .wrapper p.privacy a:visited {
	/*color:#FFF;*/
}
#newsletter .ddfmwrap .ddfmerrors {
	background:#454649;
	color:#FF008E;
	min-height:50px;
	margin:0 0 10px 0;
	padding:10px;
	width:40px;
	text-align:left;
}
#newsletter .ddfmwrap .errorlist {
	background:#454649;
	color:#FFF;
	min-height:50px;	
	margin:0 0 10px 0;
	padding:10px 14px;	
	width:180px;
}
#newsletter form.ddfm {
	padding:0;
}
#newsletter form.ddfmwrap p.fieldwrap {
	clear:both;
}
#newsletter form.ddfm label {
	font-size:0.90em;
	font-weight:bold;
	/*color:#2B2B2B;*/
	width:50px;
	display:block;
	float:left;
	clear:left;
	margin:0;
	padding:0;
}

#newsletter form.ddfm p.radiolist {
	clear:both;
	font-weight:bold;
	font-size:0.90em;
	margin:0;
	color:#2B2B2B;
}
#newsletter form.ddfm span.fmradio {
	clear:none;
	float:none;
	display:inline;
	width:auto;
	font-weight:normal;
	color:#2B2B2B;
}
#newsletter form.ddfm span.fmradio label {
	font-weight:normal;
	font-size:1em;	
	width:auto;
	display:inline;
	float:none;
}

#newsletter form.ddfm input.fmtext {
	float:left;
	clear:left;
	color:#2B2B2B;
	width:160px;
	background: url(../../themes/leapfrogg2/img/bg-field-newsletter.png) no-repeat;
	height:20px;
}
#newsletter form.ddfm button,
#newsletter form.ddfm div.submit input {
	height:25px;
	width:161px;
	/*margin:10px;*/
	text-align:left;
	/*font: bold 1.4em/normal Arial,"Helvetica Neue",Helvetica,sans-serif;*/
	border:none;
	color:#FFF;
	background-image: url(../../themes/leapfrogg2/img/subscribe-now.png);
	background-repeat:no-repeat;
	background-position:top center;
	padding-left:10px;
	background-color:#7951aa;
}


/* Contact form
*************************************************************************/
address {
	width:50%;
	display:block;
	float:left;
	font-style:normal;
}
#contact {
	clear:both;
	padding:30px 0;
}
#contact form.ddfm {
	padding:0;
	background:#EEEEEE url(../../themes/leapfrogg2/img/bg-panel-lightgreenwide-bot.png) left bottom no-repeat;
}
#contact fieldset {
	padding:20px 0 0;
	background:url(../../themes/leapfrogg2/img/bg-panel-lightgreenwide-top.png) no-repeat;
}
#contact label {
	clear:both;
	float:left;
	display:block;	
	text-align:right;
	width:80px;
	margin:3px 10px 0 0;
}
#contact input {
	float:left;
	padding:6px 5px 3px;	
	width:300px;
	background:#FFF url(../../themes/leapfrogg2/img/bg-field-commentlabel.png) no-repeat;	
}
#contact textarea {
	float:left;
	width:460px;
	height:83px;
	padding:6px 5px;	
	margin:0 0 10px;
	background:url(../../themes/leapfrogg2/img/bg-field-commentarea.png) no-repeat;
}
#contact form.ddfm div.submit {
	padding:0 0 10px;
	margin:0 0 10px 90px;
	text-align:left;
	float:none;
	clear:both;
	width:auto;
}
#contact form.ddfm div.submit input {
	float:none;
	clear:both;
	height:29px;
	width:150px;
	margin:0;
	text-align:center;
	font: bold 1.4em/normal Arial,"Helvetica Neue",Helvetica,sans-serif;
	border:none;
	color:#FFF;
	background:#454649 url(../../themes/leapfrogg2/img/button-submitcomment.png) no-repeat;
}
#contact form.ddfm p {
	margin:0;
}

#contact .ddfmwrap .ddfmerrors {
	color:#FF008E;
	min-height:50px;
	margin:0 0 10px 0;
	padding:0;
	width:20%;
	text-align:left;
}
#contact .ddfmwrap .errorlist {
	min-height:50px;	
	margin:0 0 10px 0;
	padding:0;	
	width:70%;
}