/* general styles */
div.field {
  margin: 20px 0 10px;
}
a.btn,
button,
input[type="submit"],
.Actions .action {
  background: #aa0f09;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  font-size: 14px;
  line-height: 20px;
  margin-right: 10px;
  float: left;
}
a.btn:hover,
button,
input[type="submit"]:hover,
.Actions .action:hover {
  background: #C80000;
  color: #fff;
}
a.btn {
  line-height: 18px;
  margin-bottom: 10px;
}
a.btn:after {
  content: '\2192';
  padding-left: 10px;
}
/* form wrapper */
form {
  *zoom: 1;
}
form:before,
form:after {
  content: " ";
  display: table;
}
form:after {
  clear: both;
}
form label {
  margin-bottom: 10px;
}
form label.left {
  display: block;
  font-weight: bold;
}
form label.right {
  font-size: 12px;
  color: #888;
}
form .message {
  background-color: #fef4ba;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #e8c805;
  border-radius: 3px;
}
form .good {
  background-color: #ecf9d0;
  border-color: #8fbe00;
}
form .date .middleColumn input {
  width: 114px;
}
form .requiredField label.left:after {
  color: #B94A48;
  content: "*";
  font-size: 14px;
  font-weight: normal;
  padding-left: 3px;
}
form div.checkbox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
form .checkbox .checkbox {
  clear: both;
}
form input.holder-required {
  border: 1px solid #cf0000;
}
form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
form input.text,
form textarea,
form .textajaxuniquetext,
form select {
  width: 100%;
  max-width: 400px;
  padding: 4px 7px;
  height: 20px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #dad9d9;
}
form textarea {
  height: auto;
}
form input.text:focus,
form textarea:focus,
form .textajaxuniquetext:focus,
form select:focus {
  outline: none;
}
form input[disabled],
form textarea[disabled] {
  background-color: #f7f7f7;
  border: 1px solid #dad9d9;
}
form textarea {
  resize: vertical;
}
form .field .checkbox,
form .field .radio {
  float: left;
  width: 14px;
  height: 14px;
  margin-right: 7px;
  margin-top: 3px;
  padding: 0;
}
form .checkbox label.right,
form .radio label.right {
  float: left;
}
form .bad {
  background-color: #f9d0d0;
  border-color: #cf0000;
  color: #aa0f09;
}
form .Actions {
  margin-bottom: 20px;
}
form input.action[class] {
  width: auto;
}
form .Actions:after {
  color: #B94A48;
  display: inline-block;
  font-weight: normal;
  margin-top: 9px;
}
form #MemberLoginForm_LoginForm .Actions:after {
  display: none;
}
form #Remember {
  min-height: 20px;
}
form #ForgotPassword {
  display: inline-block;
  padding: 5px 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}
form #MemberLoginForm_LostPasswordForm .Actions:after {
  display: none;
}
form .FormHeading {
  clear: both;
  padding-top: 15px;
}
form .Actions input.resetformaction,
form .Actions input.action-minor {
  float: left;
  background-color: #888;
}
form .Actions input.resetformaction:hover,
form .Actions input.action-minor:hover {
  background-color: #aaa;
}
form .checkbox label.right {
  font-size: 13px;
  color: #333;
}
form .checkboxset ul,
form .optionset ul {
  margin: 0;
}
form .checkboxset li,
form .optionset li {
  margin-bottom: 5px;
  list-style-type: none;
}
form span.message {
  margin: 10px 0;
  display: block;
  max-width: 390px;
  clear: left;
}
form .no-boxshadow input:invalid,
form .no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}
form .ss-uploadfield-item-info button {
  margin-top: 4px !important;
  float: left;
}
form .creditCardField input,
form input.currency,
form input.numeric {
  width: 50px;
}
form #DMYDate-month,
form #DMYDate-day {
  width: 25px;
}
/* Responive styles */
