
      * {
        margin: 0;
        padding: 0;
      }
      html,code {
        font: 15px/22px arial,sans-serif;
      }
      html {
        background: #fff;
        color: #222;
        padding: 15px;
      }
      body {
        background: 100% 5px no-repeat;
        margin-top: 0;
        max-width: none:
        min-height: 180px;
        padding: 0px 0 15px;
      }
      * > body {
        /*padding-right: 205px;*/
      }
      p {
        margin: 22px 0 0;
        overflow: hidden;
      }
      ins {
        text-decoration: none;
      }
      ins {
        color: #777;
      }
      /* Google Fonts logo styling*/
      .projectLogo a {
        font-family: "Open Sans", arial, sans-serif;
        font-size: 32px;
        font-weight: 300;
        color: #63666a;
        line-height: 1.375;
        text-decoration: none;
      }
      .projectLogo img {
        margin: -1px 0 -4px;
        vertical-align: middle;
      }
form.csform {
    background-color: #fff;
    border: 1px solid #4981d4;
}

.csform input, .csform select, .csform textarea {
    width: 100%;
    height: 2.8rem;
    padding: 0 1rem;
    font-size: .85rem;
    border-radius: 1.8rem;
    border: 1px solid #e5e5e5;
    outline: none;
}

.line {
    width: 90%;
    margin: 10px 5%;
}
.csform textarea.ttar {
    height: 6.2rem;
    line-height: 1.4;
    padding: .7rem 1rem;
    resize: none;
}
.form-footer-inquiry-block{
    min-width: 280px;
    min-height: 451px;
    width: 337px;
    height: 451px;
    bottom: -400px;
}
input.sub {
    width: 90%;
    margin: 0 5%;
    background-color: #86aee9;
    color: #fff;
}