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

 Title : 
 Author : Sean Mahoney
 URL : http://

 Last Updated : 

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

.wufoo .info h2{
    font-size:300%;
    color:#000000; 
    font-family: "termina", sans-serif; 
    display:none !important;
}


/*-----Submit Button-----*/
.wufoo input.btTxt {
  background-color: #26333a;
  border: none;
  color: white;
  padding: 10px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 3px;
}

/*
.wufoo textarea.textarea{
    display:none !important;
}*/

/*-----Hide ReCaptcha stuff-----*/
.recaptcha-text {
    display:none !important;
}

/*-----Error handling top display-----*/
#errorLi, .error-container {
    width: 99%;
    margin: 15px auto 15px auto;
    background: #fff !important;
    text-align: center;
    padding: 1em 0 1em 0;
    border-radius: 5px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#errorMsgLbl {
    margin: 0 0 10px 0;
    padding: 0;
    color: #DF0000 !important;
    font-family: "proxima-nova", sans-serif;
}
#errorMsg b {
    color: red !important;
}
/*-----Required Asterisk-----*/
form span.req {
    color: #fff !important;
}