/**
 * swoppen.com Content-Management-System
 *
 * copyright since 2000 by swoppen.com eCommerce GmbH - All rights reserved.
 */

.form {
  width: 400px;
  margin: 3px;
  padding-top: 2px;
  font-size: 12px;
}

.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;
}

.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;*/
}

.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;
}

#callback_form div.error {
  background-image: url(../../../CMS/standard/images/msg_error.png);
  background-repeat: no-repeat;
  background-position: center left;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 15px 0 15px 60px;
}

#callback_form div.io {
  background-image: url(../../../CMS/standard/images/msg_io.png);
  background-repeat: no-repeat;
  background-position: center left;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 20px 0 20px 60px;
}

.HP-section.HP_download {
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  width: 460px;
}

.HP-section.HP_download form {
  width: 100%;
}

.HP-section.HP_download .authorization {
  border: 1px solid gray;
  height: 90px;
  padding: 5px;
  position: relative;
}

.HP-section.HP_download label {
  display: none;
}

.HP-section.HP_download .text {
  display: block;
  float: none;
  margin: 10px auto 0 auto;
}

.HP-section.HP_download .button {
  bottom: 5px;
  position: absolute;
  right: 5px;
  width: 100px;
}

.HP-section.HP_download .cancel .button {
  right: 110px;
}

.HP-section.HP_download iframe {
  display: none;
}
