@charset "utf-8";
/* CSS Document */

      button,
      html input[type=button],
      input[type=reset],
      input[type=submit] {
        -webkit-appearance: button;
        cursor: pointe;
    background: #fff;
    border: solid 1px #979797;
    margin-top: 15px;
      }
.LV_invalid {
    color: #cc0000 !important;
    font-weight: bold !important;
}
.elq-required {
    color: red !important;
    display: inline;
    float: none;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.LV_valid {
	display: none;
}