/*---------------------------------*/
/*     Contact Form /contact       */
/*---------------------------------*/
div #wpcf7-f1-p9-o1{ /*form container*/
	margin: auto;
	width: 576px;
}

form.wpcf7-form{
	float: left;
	padding: 16px 0 0 0;
	width: 576px;
	min-height: 230px;
	background-color:#ddd;
}

p span.wpcf7-response-output{ /*Response message*/
	margin: 0;
	padding: 0;
	width: 576px;
	text-align:center;
	color: #4D4D4D;
}

h2.contact{
	clear: both;
	margin: 16px auto 0 auto;
	padding: 0 0 2px 0;
	width: 576px;
	border-bottom: 3px solid #999;
	font-size: 18px;
	color: #071951;
}

div #contact_form_left{
    clear: both;
	float: left;
	margin: 0 0 0 16px;
	width: 220px;
}

div #contact_form_right{
	float: right;
	margin: 0 16px 0 0;
	width: 288px;
}

#contact_form_left h4, #contact_form_right h4{
	margin: 0 0 2px 0;
	font-size: 12px;
	color: #4D4D4D;
}

#wpcf7-f1-p9-o1 p{ /*input labels wraps*/
	float: left;
	margin: 0 0 18px 0;
	padding: 0;
	/*width: 220px;*/
}

#wpcf7-f1-p9-o1 input[type="text"]{ /*text input*/
	/*float: left;*/
	margin: 0;
	height: 22px;
	width: 220px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	font-family: "Myriad", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	color: #4D4D4D;
	font-size: 16px;
	color: #808080;
}

#wpcf7-f1-p9-o1 input[type="text"]:focus{
	border: 1px solid #99CCFF;
	border-bottom: 1px solid #0068d0;
	border-right: 1px solid #0068d0;/*#2b95ff;*/
	color: #000;
}

#wpcf7-f1-p9-o1 textarea{ /*text area*/
	height: 144px;
	width: 284px;
	color: #808080;
	border: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	font-family: "Myriad", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
}

#wpcf7-f1-p9-o1 textarea:focus{
	color: #000;
	border: 1px solid #99CCFF;
	border-bottom: 1px solid #0068d0;
	border-right: 1px solid #0068d0;
}

span.wpcf7-not-valid-tip{ /*fill out field msg (empty field*/
	float: right;
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 10px;
	color: #FF0000;
}

p.submit{ /*submit button*/
	clear: both;
	width: 100%;
	text-align: center;
}

/*---------------------------------*/
/*     Donate Page                 */
/*---------------------------------*/

/*tax credit calculator*/
fieldset.donate_calc{
	margin: 68px 0 0 60px; 
	width: 80px; 
	border:none;
}

p.donate_calc{
	margin: 0 0 18px 0; 
	padding: 0;
}

p.donate_calc2{/*bottom field*/
	margin: 0; 
	padding: 0;
}

fieldset.donate_calc input[type="text"]{
	padding: 1px 0 0 4px;
	height: 20px;
	width: 54px;
	border: 1px solid #808080;
	border-bottom: 1px solid #4D4D4D;
	border-right: 1px solid #4D4D4D;
}

input.donate_calc[type="button"]{
	margin: 0 0 0 16px;
	background-color: #F7931E;
	border: 1px solid #E6E6E6;
	border-bottom: 1px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;	
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

/* Donation form (paypal pre-populate)*/
h4.donate{
	margin: 0; 
	padding: 0 0 2px 0; 
	border-bottom: 3px solid #999; 
	font-size: 14px; 
	color: #071951;
}

form.donate{
	margin: 0;
	padding: 0;
}

fieldset.donate{
	margin: 0;
	padding: 0 0 12px 0; 
	border: none;
	background-color: #e6e6e6;
}

fieldset.donate label{
	font-size: 14px;
	/*font-weight: bold;*/
}

fieldset.donate ol{
	float: left;
	margin: 16px 0 0 32px;
	padding: 0;
	width: 100%;
	list-style-type: none;
}

fieldset.donate ol li{
	/*margin: 16px 0 0 0;*/
	padding: 0;
	height: 34px;
}

fieldset.donate input[type="text"], fieldset.donate select{
	/*float: right;*/
	height: 24px;
	width: 152px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	font-family: "Myriad", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #4D4D4D;
}

fieldset.donate input[type="text"]{
	padding-left: 4px;	
}

fieldset.donate select{
	margin-right: 6px;
}

fieldset.donate input[type="text"]:focus, fieldset.donate select:focus{
	border: 1px solid #99CCFF;
	border-bottom: 1px solid #0068d0;
	border-right: 1px solid #0068d0;/*#2b95ff;*/
	color: #000;
}


