/* Logo */
#logo a {display:none;}

/* Backgrounds */
html{background-image:none;background-color:none}

input.text, 
textarea.textarea {
background-color: #FFFFFF !important;
width: 100% !important;
height: 25px !important;
border-radius: 6px !important;
}

select.field {
background-color: #FFFFFF !important;
width: 100% !important;
border-radius: 6px !important;
height: 30px !important;
}

/* Typography */
.wufoo .info h2{font-size:110%;font-family:inherit;color:#000000}
.wufoo .info div{font-size:95%;font-family:inherit;color:#444444}
.wufoo .section h3{font-size:110%;font-family:inherit;background:#FFFFFF;color:#000000}
.wufoo .section div{font-size:85%;font-family:inherit;color:#444444}
.wufoo label.desc, .wufoo legend.desc{font-size:95%;font-family:inherit;color:#444444}
.wufoo li div, .wufoo li div label, .wufoo li span label{font-family:inherit;color:#444444}
.wufoo input.text, .wufoo textarea.textarea, .wufoo select.select, .wufoo label.choice{font-size:100%;font-family:inherit;color:#333333}
.wufoo label.choice{color:#444444}
.wufoo .instruct{font-size:100%;font-family:inherit;color:#444444}

h1#logo,
header#header,
header.info
{
display:none!important;
}

