/* - - - - - - - - - - - - - - - - - - - - -

 Title : Whitney Wufoo Reskin
 Author : Alison Abreu-Garcia
 URL : http://whitney.org

 Last Updated : 5/21/2013
- - - - - - - - - - - - - - - - - - - - - 

20 px padding for the logo and all information

Form Title & headings, 41 pt Arial Bold, All caps
Sub-headings: 12 pt Arial, Bold, All caps
Body text: Arial, 12 pt

For Fill-in fields: 
9 pt Arial bold for headings, 
9 pt Arial regular for entry text 

Rules and border: 1 pt black 

- - - - - - - - - - - - - - - - - - - - - */

/* Logo */
#logo a {background-image:url('WooFoo_logo.jpg'); min-height:0; height:75px}
* html #logo a {/* IE6 png Support */
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="WooFoo_logo.jpg", sizingMethod="crop");
}

/* Backgrounds */
html{background-image:none;background-color:#FFFFFF}
#logo{background-image:none;background-color:#FFFFFF}
#container{background:#FFFFFF}
.wufoo input.text, .wufoo textarea.textarea{background:#FFFFFF;}
.wufoo .focused{background:#FFFFFF;/*padding: 1%;margin: 0 0 20px 0;border: 1px solid #000000;*/ border:none;}
.wufoo li.focused {
background-color: #FFFFFF;
}
.wufoo .instruct{background-color:#FFFFFF}
.confirm h2 a{color: #000;}
.confirm h2{text-align: left;color: #000}
/* Borders */
#container{
	border:1px solid #000000;
	padding: 20px; 
	width: 600px;
	box-shadow: none;}

.wufoo .instruct{
	border:1px solid #000000
}

form.wufoo {
	font-family: Arial, sans-serif;
	padding: 0;
	margin: 20px 0 0px 0;
}
.wufoo .info{
	border-bottom:1px solid #000000;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
.wufoo .info h2{
	font-size:41px;
	/*font-size:41pt;*/
	font-family:inherit;
	color:#000000;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0;
}
.wufoo .info div{
	font-size:12px;
	font-family:inherit;
	color:#444444;
}
.wufoo .section.first h3{
	margin: 0;
	padding: 0;
	border-top: none;
}
.wufoo .section h3{
	font-size:41px;
	font-family:inherit;
	background:#FFFFFF;
	color:#000000;
	text-transform: uppercase;
	font-weight: bold;
	border-top: 1px solid #000000;
	padding: 20px 0 0 0;
	margin: 0px 0 0 0;
	line-height: normal;
}
.wufoo .section div{
	font-size:12px;
	font-family:inherit;
	color:#000000;
	padding: 0;
}
.wufoo label.desc, 
.wufoo legend.desc{
	font-size:12px;
	font-family:inherit;
	color:#000000}
.wufoo li div, 
.wufoo li div label, 
.wufoo li span label{
	font-family:inherit;
	color:#000000;
}
.wufoo input.text, .wufoo textarea.textarea, .wufoo select.select, .wufoo label.choice{font-size:100%;font-family:inherit;color:#000000}
.wufoo label.choice{color:#000000}
.wufoo .instruct{font-size:12px;font-family:inherit;color:#000000
}
.wufoo .instruct small{font-size: 12px;}
form li {
	padding: 0 0 20px 0;
}
form li.section, form li.buttons{margin: 0;padding: 0;}
