/* Form Style Sheet */



/* GENERAL RESETS */

html, body, form, fieldset, legend, ol, li {
	margin: 0;
	padding: 0;
	}

body {
	color: #111111;
	}
	
#content img {
        -moz-box-shadow: 0px  0px 0px #777;
        -webkit-box-shadow: 0px 0px 0px #777;
        box-shadow: 0px 0px 0px #777;
	}
	
#content p {
	width:615px;
	margin-left:5px;
	}
	
.required_fields {
    display:block;
    position:relative;
    top:50px;
    margin-top:-30px;
    margin-left:298px;
    font-size:0.85em;
    font-weight: bold;
    font-style: normal;
    color: #e11515;
    text-align:left;
   
    }
    
    .required_fields em {
        font-size:1.4em;
        font-style:normal;
        position:relative;
        top:4px;
        margin-right:2px;
        }
        
    .required_fields img {
    		position:relative;
        top:1px;
        margin-right:7px;
    }
	
	
/* Structural Rules */

#wrapper {
width:750px;
position:relative;
margin: 0 auto;
}

#header {
background: url('../_images/logo_WS_alt.jpg');
background-position: top right;
background-repeat: no-repeat;
overflow:visible;
height:220px;
}


#header p {
width:520px;
}

#online_form {
margin-top:30px;
}

#online_form p {
width: 510px;
}

	#online_form img.paypal {
	float:right;
	position:relative;
	top:-80px;
	right:-12px;
	}

#mail_form {
	float:left;
	width:440px;
	margin-top:30px;
	margin-right:40px;
	margin-bottom:40px;
}

	#mail_form h2 {
	width:715px;
	}

#address {
	font-family:'arial','helvetica','sans-serif';
	font-size:1.2em;
	margin-top:420px;
}

	.highlight {
	color:#0000FF;
	}

#wrapper.sent {
width:550px;
}

#header.sent {
background:none;
height:auto;
width:550px;
}

#header.sent #address {
margin-top:20px;
}


/* FORM LAYOUT & STYLING */

#mail_form form h1 {
	font-size: 28px;
	margin-bottom: 20px;
	}
	
#mail_form form em {
   font-size:1.2em;
   font-weight: bold;
   font-style: normal;
   color: #e11515;
	}
	
#mail_form form label em, {
	position:absolute;
	display:block;
	left:137px;
	top:1px;
	}

#mail_form form label img {
	position:absolute;
	left:136px;
	top:8px;
 }

#mail_form form {
	background: #c4bb84;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	counter-reset: fieldsets;
	padding: 15px;
	width: 400px;
	margin-top:16px;
	margin-bottom:8px;
	}
	
	form fieldset {
		border: none;
		margin-bottom: 10px;
		}
	
	form fieldset:last-of-type {
		margin-bottom: 0;
		}
		
		form legend {
			color: #3a4610;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1.1em;
			font-weight: bold;
			padding-bottom: 10px;
			text-shadow: 0 1px 1px #a2b756;
			}
			
			form > fieldset > legend:before {
				content: "Step " counter(fieldsets) ": ";
				counter-increment: fieldsets;
				}
			
			form fieldset fieldset legend {
				color: #111111;
				font-family: Helvetica, Arial, Verdana, sans-serif;
				font-size: 0.929em;
				font-weight: normal;
				padding-bottom: 0;
				text-shadow:none;
				}  




/* FORM LISTS */
		
form ol li {
	width: 375px;
	background: #d5cfa9;
	background: rgba(255,255,255,.3);
	border-color: #eeebdc;
	border-color: rgba(255,255,255,.6);
	border-style: solid;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	line-height: 30px;
	list-style: none;
	padding: 5px 10px;
	margin-bottom: 2px;
	}
				
	form ol ol li {
		width:auto;
		background: none;
		border: none;
		float: left;
		}




/* FORM LABELS */
			
#mail_form form label {
	position:relative;				
	font-size: 0.929em;
	width: 136px;
	margin-right: 0.6em;
	text-align: right;
	float:left;
	display: inline-block;
	}
	
form label.adjacent {
	width: auto;
	margin-left:16px;
	margin-right:8px;
	}
	
form fieldset fieldset label {
	background:none no-repeat left 50%;
	font-size:1em;
	line-height: 20px;
	padding: 0 0 0 36px;
	width: auto;
	}
		
	form label[for=visa] {
		background-image: url(http://wisdomsteps.org/_art/cc_images/card-visa.png);
		}
	form label[for=amex] {
		background-image: url(http://wisdomsteps.org/_art/cc_images/card-amex.png);
		}
	form label[for=mastercard] {
		background-image: url(http://wisdomsteps.org/_art/cc_images/card-mastercard.png);
		}
	form label[for=discover] {
		background-image: url(http://wisdomsteps.org/_art/cc_images/card-discover.png);
		}
		
	form fieldset fieldset label:hover {
		cursor: pointer;
		}
		
li.radio {
	list-style-stype:none;
	display: inline;
	float:left;
	}




/* FORM INPUTS */

				
#mail_form form input:not([type=radio]):not([type=checkbox]),
form textarea {
	background: #ffffff;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font: 0.80em Helvetica, Arial, Verdana, sans-serif;
	outline: none;
	padding: 5px;
	width: 200px;
	}
		
	form input:not([type=submit]):focus,
	form textarea:focus {
		background: #f2eee4;
		}
		
	form input[type=radio] {
		float: left;
		margin-right: 5px;
		}
				
				


/* SPECIFIC FORM INPUTS */

/*form input#middle_name {
	width:18px;
	}
	
form input#city {
	width:140px;
	}
	
form input#state {
	width:20px;
	}
	
form input#zip {
	width:40px;
	}

form input#postal_extension {
	width:32px;
	}
	
form input#amount {
	width:120px;
	}
	
form input#card_number {
	width:120px;
	}
	
form input#validation_code {
	width:32px;
	}
	
	*/



/*--- Buttons ---*/

 button {
	background:#5b9342;
	background-image: -moz-linear-gradient(top, #97ad7c, #5b9342); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #97ad7c),color-stop(1, #5b9342)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#97ad7c', EndColorStr='#5b9342'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#97ad7c', EndColorStr='#5b9342')"; /* IE8 */
	
	border: 1px solid #345e21;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	color: #ffffff;
	display: inline-block;
	font: 0.9em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin: auto;
	margin-left:160px;
	margin-top:8px;
	padding: 4px 12px;
	text-shadow: 0 1px 1px #000000;
	text-transform: uppercase;
	cursor:pointer;
	}
	
	#mail_form button {
		margin-left:auto;
		display: block;
	}
	
	/* PAYPAL FORM */

form.pp {
background:none;
padding:none;
border:none;
width:auto;
margin-top:0;
margin-bottom:0;

}

form.pp input.button {
width:auto;
border:none;
padding:0;
margin-left:160px;
}