*, *:before, *:after {
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
}

@font-face {
  font-family: 'DIN Web Light';
  src: url('fonts/DINWeb-Light.eot?') format('eot'), url('fonts/DINWeb-Light.woff') format('woff'), url('fonts/DINComp-Light.ttf') format('truetype');
}

/* Backgrounds */
html.embed,
#container,
.wufoo li.focused,
.wufoo .instruct {
    background-color: #b25959;
}

#logo,
#header,
.wufoo .section h3 {
    display: none;
}

.wufoo input.text, 
.wufoo textarea.textarea {
    background-color: #fff;
    background-image: none;
    border: 1px solid #b25959;
}

/* Borders */
#container,
.wufoo .info,
.wufoo .instruct {
    border: 0;
}

#container {
    box-shadow: none;
}

/* Typography */
.wufoo {
    font-family: "DIN Web Light", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}

/*
.wufoo .info h2 { 
    font-size: 160%;
    font-family: inherit;
    color: #444;
}

.wufoo .info div {
    font-size: 95%;
    font-family: inherit;
    color: #444;
}
*/

.wufoo .section div {
    font-size: 11px;
    font-family: inherit;
    color: #000;
}

.wufoo label.desc, 
.wufoo legend.desc {
    font-size: 95%;
    font-family: inherit;
    color: #fff;
}

.wufoo li.focused label.desc, 
.wufoo li.focused legend.desc {
    color: #fff;
}

.wufoo li div, 
.wufoo li div label, 
.wufoo li span label {
    font-family: inherit;
    color: #444;
}

.wufoo input.text, 
.wufoo textarea.textarea, 
.wufoo select.select, 
.wufoo label.choice {
    font-size: 15px;
    font-family: inherit;
    color: #000;
}

.wufoo input.text, 
.wufoo textarea.textarea {
    padding: 15px;
}

.wufoo label.choice {
    color: #fff;
}

.wufoo .instruct{
    font-size: 80%; 
    font-family: inherit;
    color: #000;
}

.wufoo .buttons {
    text-align: center;
}

#saveForm {
    color: #fff;
    background-color: #860e0e;

    width: 330px;
    text-align: center;

    border: 0;
    border-bottom: 7px solid #620909;
    
    text-transform: uppercase;
    
    font-family: "DIN Web Light", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 20px;
    line-height: 75px;
}

#saveForm:hover {
    background-color: #ad1818;
}
