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

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

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

input.text {
	height: 25px !important;
}

textarea.textarea {
	height: 100px !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:transparent;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;
}

input.btTxt {
	background-color: #cccccc;
	border: none;
	border-radius: 5px;
	box-shadow: 0px 4px 0px #999999;
	padding: 10px 15px;
}