ul.optionset {
  list-style-type: none;
}

p#Form_RegisterForm_error {
  color: white;
  background-color: #dd7400;
  padding: 15;
  font-weight: bold;
}

#js-subscription-section td {
  vertical-align: top;
  padding-bottom: 15px;
}

.gift_demo form .Actions,
.gift_demo .message {
  text-align: center;
}

form.ajax-loading input[type="submit"] {
  display: none;
}
form.ajax-loading .Actions:after {
  content: "";
  background: url(../assets/images/reload.gif) center no-repeat;
  height: 50px;
  width: 50px;
  background-size: contain;
  display: inline-block;
}
#Form_ContactForm select{color: #a0a0a0;}
