.message.good, .message.validation {
  text-align: center;
  padding: 0.32rem;
  margin-bottom: 0.7rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.message.good {
  background-color: #e3f0e3; }

.message.validation {
  background-color: #edd7dc; }

/* @group Enquiry form */
.ContactFormWell {
  margin-top: 0.7rem !important; }
  .ContactFormWell iframe {
    display: block;
    float: left; }
  .ContactFormWell h3 {
    margin-bottom: 0.32rem; }
  .ContactFormWell form {
    margin-top: 0.7rem; }
    .ContactFormWell form label {
      font-size: .8em;
      margin-bottom: 0.13rem; }
    .ContactFormWell form input.text, .ContactFormWell form textarea {
      width: 100%;
      font-size: .8em;
      border: 1px solid #dfdcdc;
      padding: 0.7rem 0.7rem 0.7rem 0.9rem;
      margin-bottom: 0.32rem; }

/* @end */
.ContactFormWell .dropdown {
  display: block;
  clear: both;
  float: left;
  margin-top: 0.13rem;
  width: 100%; }
  .ContactFormWell .dropdown label.left {
    margin-top: 0.7rem;
    margin-bottom: 0.32rem;
    font-size: 1em;
    padding-left: 0px; }

.ContactFormWell input[required='required'], .ContactFormWell textarea[required='required'] {
  background-image: url("images/asterix.png");
  background-position: 7px 17px;
  background-repeat: no-repeat;
  background-size: 30%;
  background-size: 4px 4px !important;
  -webkit-background-size: 4px 4px !important;
  -moz-background-size: 4px 4px !important;
  -o-background-size: 4px 4px !important;
  transition: all 0.07s linear; }

.ContactFormWell input[required='required']:focus, .ContactFormWell input[required='required']:active, .ContactFormWell textarea[required='required']:focus, .ContactFormWell textarea[required='required']:active {
  background-image: none; }

.ContactFormWell .optionset, .ContactFormWell .checkbox {
  display: block;
  clear: both;
  float: left;
  margin-top: 0.32rem;
  margin-bottom: 0.7rem; }
  .ContactFormWell .optionset ul, .ContactFormWell .checkbox ul {
    padding: 0px !important;
    margin: 0px !important; }
  .ContactFormWell .optionset label.left, .ContactFormWell .checkbox label.left {
    margin-bottom: 0.32rem;
    font-size: 1em;
    padding-left: 0px; }
  .ContactFormWell .optionset input[type='checkbox'], .ContactFormWell .optionset input[type='radio'], .ContactFormWell .checkbox input[type='checkbox'], .ContactFormWell .checkbox input[type='radio'] {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 6px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    position: absolute;
    margin-top: -.2px;
    margin-bottom: 0px !important;
    width: 20px;
    height: 20px; }
  .ContactFormWell .optionset input[type='radio'], .ContactFormWell .checkbox input[type='radio'] {
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    border-radius: 33px; }
  .ContactFormWell .optionset input[type='checkbox']:active, .ContactFormWell .optionset input[type='checkbox']:checked:active, .ContactFormWell .optionset input[type='radio']:active, .ContactFormWell .optionset input[type='radio']:checked:active, .ContactFormWell .checkbox input[type='checkbox']:active, .ContactFormWell .checkbox input[type='checkbox']:checked:active, .ContactFormWell .checkbox input[type='radio']:active, .ContactFormWell .checkbox input[type='radio']:checked:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }
  .ContactFormWell .optionset input[type='checkbox']:checked, .ContactFormWell .optionset input[type='radio']:checked, .ContactFormWell .checkbox input[type='checkbox']:checked, .ContactFormWell .checkbox input[type='radio']:checked {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #99a1a7; }
  .ContactFormWell .optionset input[type='checkbox']:checked:after, .ContactFormWell .optionset input[type='radio']:checked:after, .ContactFormWell .checkbox input[type='checkbox']:checked:after, .ContactFormWell .checkbox input[type='radio']:checked:after {
    content: '\2714';
    font-size: 11px;
    position: absolute;
    top: -2px;
    left: 5px;
    color: #99a1a7; }
  .ContactFormWell .optionset input[type="checkbox"]:focus, .ContactFormWell .optionset input[type="radio"]:focus, .ContactFormWell .checkbox input[type="checkbox"]:focus, .ContactFormWell .checkbox input[type="radio"]:focus {
    outline: 0; }
  .ContactFormWell .optionset label, .ContactFormWell .checkbox label {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    padding-left: 27px; }
  .ContactFormWell .optionset ul, .ContactFormWell .checkbox ul {
    padding: 0px;
    margin-top: 0.7rem; }
    .ContactFormWell .optionset ul li, .ContactFormWell .checkbox ul li {
      list-style: none;
      margin-bottom: 0.7rem !important; }
      .ContactFormWell .optionset ul li label, .ContactFormWell .checkbox ul li label {
        padding-left: 27px !important;
        margin-bottom: 0px !important; }
