form p {
  color: #666666;
}

fieldset {
  border: 1px solid #cc3333;
  padding: 20px;
  margin: 20px 0;
}

legend {
  font-size: 14px;
  /*color: #555555;*/
  font-weight: bold;
}

label {
  font-size: 11px;
  /*color: #666666;*/
  line-height: 14px;
}

.rcol2 label {
  font-size: 12px;
  /*color: #666666;*/
  line-height: 28px;
}

input, select, textarea {
  font-family: Arial,Helvetica,sans-serif;
  border: 1px solid #bbb;
  height: 30px;
  width: 198px;
  color: #000;
  font-size: 13px;
}

input {
  width: 188px;
  padding: 0 5px;
}

input.long {
  width: 408px;
  padding: 0 5px;
  height: 30px;
}

select.long {
  width: 420px;
}

.fieldHolder {
  display: block;
  float: left;
  width: 220px;
  margin-bottom: 5px;
}

input[type=radio], input.radio {
  width: 20px;
  float: left;
  border: 0 !important;
  margin: 0;
}

.rcol2 input[type=radio] {
  line-height: 20px;
  height: 40px;
}

.rcol2 .qc-submit_button:disabled {
  background: gainsboro;
}

input[type=checkbox], input.checkbox {
  border: 1px solid #bbbbbb;
  border: 1px solid #bbb;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

select.required, input.required, textarea.required {
  background-color: #ffffff
}

.checkboxcontainer {
  border: 1px solid #bbb;
  margin: 25px 0;
  width: 22px;
  height: 30px;
  padding-left: 8px;
  float: left;
  overflow: hidden;
}

textarea {
  width: 414px;
  height: 140px;
}

.radiogroup {
  border: 1px solid #bbb;
  width: 188px;
  padding: 5px;
}

div.schnelltest .rg_row {
  width: 100%;
  padding: 0;
  margin: 0 0 5px 0;
  clear: both;
}

div.schnelltest input, div.schnelltest select , div.schnelltest textarea {
  font-family: Arial,Helvetica,sans-serif;
  border: 1px solid #bbb;
  height: 20px;
  color: #000;
  font-size: 12px;
}

div.schnelltest select {
  width: auto;
}

div.schnelltest input[type=radio], div.schnelltest input.radio {
  width: 20px;
  float: left;
  border: 0 !important;
  margin: 0;
}

div.schnelltest .radiogroup {
  border: 1px solid #bbb;
  width: 508px;
  padding: 5px;
  margin: 10px 0 20px 0;
}

label.radio, label.checkbox {
  display: block;
  float: left;
  font-size: 13px;
  width: 80%;
  padding-top: 8px;
}

div.schnelltest label.radio, label.checkbox {
  display: block;
  float: none;
  font-size: 13px;
  width: 92%;
  padding: 0 0 0 30px;
}

label.checkbox {
  line-height: 20px;
  margin-top: 25px;
  margin-left: 10px;
}

.hint {
  color: #999999;
  font-size: 11px;
}

div.tx-indexedsearch-form {
  float: left;
}

button, input.tx-indexedsearch-searchbox-button {
  float: right;
  background: #c33;
  border: 0;
  color: #fff;
  width: 91px;
  height: 22px;
  cursor: pointer;
  font-size: 12px !important;
}

button.left {
  float: left !important;
}

div.tx-indexedsearch input, div.tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
  width: 280px;
  height: 21px;
  padding: 0 5px;
}

span.form_hidden {
  display: none;
}

input.required.error, select.required.error, textarea.required.error {
  border: 1px solid red;
}

div.tx_spbettercontact_captcha input {
  height: 15px;
}

span.tx_spbettercontact_info_negative {
    color: red;
}
