
.contactframe														{ background: #e1e2e4; }
.contactframe td												{ height: 28px; }
.contactframe td.radio									{ height: 18px; }


  .formularWrapTable {
    font-family: "Trebuchet MS", Arial, sans-serif;
  }

  .contactframe td.hfiller {
    height:10px;
    width:200px;
  }

  .formularInputTypeText {
    width:200px;
    font-size:11px;
    font-family: "Trebuchet MS", Arial, sans-serif;
    padding: 2px 0px 2px 0px; display: block;
  }

  .formularTextarea {
    width: 200px;
    height: 150px;
    font-size:11px;
    font-family: "Trebuchet MS", Arial, sans-serif;
    padding: 2px 0px 2px 0px;
    display: block;
  }

  .formularInputTypeSubmit {
    width:200px;
    height:20px;
    font-size:11px;
    font-weight:bold;
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: white;
    margin:2px;
    border:0px solid #BB3311;
    background-color: #C10016;
  }

  .formularCommonErrorInvisible {
    display:none;
  }

  .formularCommonError {
    display:block;
    margin-top:12px;
    font-size:11px;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-weight:bold;
    color: #C10016;
  }










