.wpcf7-form .cf7b-content { 
      width: 100%;
      box-sizing: border-box;
      background-color: #ffffff;
      font-size: 12px;
      font-weight: normal;
      color: #000000;
      margin: 5px;
      padding: 5px;
      border-width: 1px;
      border-style: solid;
      border-color: #dfdfdf;
      border-radius: 0px;
    }
.wpcf7-form .cf7b-content .cf7b-section { 
      margin: 10px;
      padding: 10px;
    }
.wpcf7-form .cf7b-content .cf7b-section input[type=text], 
    .wpcf7-form .cf7b-content .cf7b-section input[type=number],.wpcf7-form .cf7b-content .cf7b-section input[type=email], 
    .wpcf7-form .cf7b-content .cf7b-section input[type=password], .wpcf7-form .cf7b-content .cf7b-section input[type=search]{ 
      width: 100%;
      height: 30px;
      font-size: 12px;
      font-weight: normal;
      background-color: #ffffff;
      color: #000000;
      margin: 2px;
      padding: 2px;
      border-width: 1px;
      border-style: solid;
      border-color: #dfdfdf;
      border-radius: 2px;
      box-shadow: none;
    }
.wpcf7-form .cf7b-content .cf7b-section textarea { 
      width: 100%;
      height: 50px;
      font-size: 12px;
      font-weight: normal;
      background-color: #ffffff;
      color: #000000;
      margin: 2px;
      padding: 2px;
      border-width: 1px;
      border-style: solid;
      border-color: #dfdfdf;
      border-radius: 2px;
      box-shadow: none;
    }
.wpcf7-form .cf7b-content .cf7b-section select { 
      width: 100%;
      height: 30px;
      font-size: 12px;
      font-weight: normal;
      background-color: #ffffff;
      color: #000000;
      margin: 2px;
      padding: 2px;
      border-width: 1px;
      border-style: solid;
      border-color: #dfdfdf;
      border-radius: 2px;
      box-shadow: none;
    }
.wpcf7-form .cf7b-content .cf7b-section input[type=radio] { 
      visibility: hidden;
      position: absolute;
    }
.wpcf7-form .cf7b-content .cf7b-section input[type=radio]+span.wpcf7-list-item-label:before { 
      display: inline-block;
      width: 14px;
      height: 14px;
      background-color: #ffffff;
      margin: 0px 10px 0px 0px;
      padding: 0px;
      border-width: 1px;
      border-style: solid;
      border-color: #000000;
      border-radius: 7px;
      box-shadow: none;
    }
.wpcf7-form .cf7b-content .cf7b-section input[type=radio]:checked+span.wpcf7-list-item-label:before { 
      background-color: #000000;
    }
.wpcf7-form .cf7b-content .cf7b-section input[type=checkbox] { 
      width: 15px;
      height: 15px;
      background-color: #ffffff;
      margin: 2px;
      padding: 2px;
      border-width: 0px;
      border-style: solid;
      border-color: #dfdfdf;
      border-radius: 2px;
      box-shadow: none;
    }
.wpcf7-form .cf7b-content .cf7b-section input[type=submit],
     .wpcf7-form .cf7b-content .cf7b-section input[type=button],
     .wpcf7-form .cf7b-content .cf7b-section button { 
        width: 300px;
        height: 40px;
        font-size: 12px;
        font-weight: normal;
        color: #ffffff;
        background-color: #2271b1;
        margin: 2px;
        padding: 2px;
        border-width: 1px;
        border-style: solid;
        border-color: #2271b1;
        border-radius: 2px;
        box-shadow: none;
        text-align: center;
    }
.wpcf7-form .cf7b-content .cf7b-section input[type=submit]:hover,
     .wpcf7-form .cf7b-content .cf7b-section input[type=button]:hover,
     .wpcf7-form .cf7b-content .cf7b-section button:hover { 
        font-weight: ;
        color: #ffffff;
        background-color: #135e96;
    }
.wpcf7-form .cf7b-content .cf7b-pagination-row .cf7b-prev,
     .wpcf7-form .cf7b-content .cf7b-pagination-row .cf7b-next { 
        width: 100px;
        height: 20px;
        font-size: 12px;
        font-weight: normal;
        color: #ffffff;
        background-color: #2271b1;
        margin: 2px;
        padding: 2px;
        border-width: 1px;
        border-style: solid;
        border-color: #2271b1;
        border-radius: 2px;
        box-shadow: none;
        line-height: 20px;
    }
.wpcf7-form .cf7b-content .cf7b-pagination-row .cf7b-prev { 
        text-align: center;
    }
.wpcf7-form .cf7b-content .cf7b-pagination-row .cf7b-next { 
        text-align: center;
    }
.wpcf7-form .cf7b-content .cf7b-pagination-row .cf7b-prev:hover,
     .wpcf7-form .cf7b-content .cf7b-pagination-row .cf7b-next:hover { 
        font-weight: normal;
        color: #ffffff;
        background-color: #135e96;
    }
