@charset "utf-8";
/* CSS Document */
iframe #container, html.embed {
    background: rgba(255,255,255,.6);
    
}

form.wufoo {
    margin: 20px 14px 0 14px;
    padding: 20px;
    position: relative;        
}
.wufoo label.desc, .wufoo legend.desc, .likert caption {
    font-size: 100% !important;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    color: #333 !important;
}
input.text, input.search, input.file, textarea.textarea, select.select {
    font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
    font-size: 100%;
    color: #333;
    margin: 0;
    padding: 8px;
    border-radius:6px;
}

input#saveForm {
    background: #e31d1a;
    border-color: #e31d1a;
    border-radius: 6px;
    border-style: solid;
    color: white;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
input.medium, select.medium {
    width: 75%;
}

