/**
 * swoppen.com Content-Management-System
 *
 * copyright since 2000 by swoppen.com eCommerce GmbH - All rights reserved.
 */

.form {
  width: 400px;
  margin: 3px;
  padding-top: 2px;
}

.form h1, .form h1 * {
  clear: left;
  font-size: 12px;
  display: block;
  padding: 2px 5px;
  margin-bottom: 5px;
}

.form label {
  clear: both;
  float: left;
  display: block;
  width: 100px;
  margin-bottom: 2px;
  padding-left: 10px;
}

.form .hidden, .form .checkbox, .form .radio {
  border: none;
}

.form .hidden {
  margin: 0;
  padding: 0;
}

.form input, .form textarea, .form select, .form .date {
  float: left;
  display: block;
  width: 250px;
  border: 1px solid #333;
  margin-bottom: 5px;
  padding: 1px;
  font-size: 12px;
}

.form .short {
  width: 125px;
  margin-right: 125px;
}

.form .date {
  width: 100px;
  margin-right: 150px;
}

.form .pickup {
  border: 1px solid #0077B8;
}

.form .livesearch {
  font-style: italic;
}

.form .clearer {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  display: block;
  height: 1px;
}

.form .floater {
  margin-left: 10px;
}

.form .button, .form .submit {
  /*margin-left: 116px !important;
  margin-left: 55px; /*to fix IE6 position*/
  /*clear: both;*/
  width: 100px;
}

.form .option {
  border: none;
  background: none;
  width: auto;
}

.form fieldset {
  border: none;
  padding-left: 110px;
  display: block;
  clear: both;
}

.form fieldset input {
  width: auto;
  border: none;
  background: none;
  float: left;
  display: block;
  margin-right: 0px;
  margin-top: 2px !important;
  margin-top: 0px; /*to fix IE6 position*/
}

.form fieldset label {
  width: auto;
  clear: none;
  float: left;
  display: block;
  padding-right: 2px;
  white-space: nowrap; /*to fix IE6 wrapping*/
}

.form .error {
  border: 1px solid #DC0000;
}

.form .spacer {
  clear: left;
  height: 20px;
  width: 400px;
}

