#signupwrap {
	background-color:#DCEFF6;
	border:1px solid #eaf4f1;
	padding:10px;
	background-image: url(img/bereich2_19.jpg);
	background-repeat: repeat-y;
}

#kontaktformular table {
  border-spacing: 0px;
  border-collapse: collapse;
  empty-cells: show;
}

#kontaktformular .label {
  padding-top: 2px;
  padding-right: 0px;
  vertical-align: top;
  text-align: left;
}

#kontaktformular .field {
  padding-bottom: 0px;
  padding-right: 4px;
  white-space: nowrap;
}

#kontaktformular .status {
  padding-top: 2px;
  padding-left: 0px;
  vertical-align: top;
  white-space: nowrap;
}

#kontaktformular .textfield {
  width: 150px;
}

#kontaktformular label.error {
  background:url("js/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  font-weight: normal;
  color: #EA5200;
  font-size:10px;
  line-height:13px
}

#kontaktformular label.checked {
  background:url("js/checked.gif") no-repeat 0px 0px;
}

#kontaktformular .success_msg {
  font-weight: normal;
  color: #0060BF;
  margin-left: 19px;
}


#kontaktformular #lsignupsubmit {
  visibility: hidden;
}
input, textarea, select {
  display: block;
  font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333333;
  background-color: #f4f4f4;
  border: 1px solid;
  border-color: #777;
  font-size: 12px;
  padding: 3px 0px 3px 3px;
  margin: 0 0 0.3em 3px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-topleft: 7px;
  border-bottom-right-radius: 7px;
  border-top-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-top-left-radius: 7px; }
  input:focus, input:hover,   textarea:focus, textarea:hover,   select:focus, select:hover {
    background-color: #f0f6fb; }
  input.title,   textarea.title,   select.title {
    font-size: 18px; }
  .ie6 input,   .ie6 textarea,   .ie6 select {
    background-image: none; 
}
input:focus, textarea:focus {
  display: block;
  font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333333;
  background-color: #CFE6FF;
  border: 1px solid;
  border-color: #76A4D8;
  font-size: 12px;
  padding: 3px 0px 3px 3px;
  margin: 0 0 0.3em 3px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-topleft: 7px;
  border-bottom-right-radius: 7px;
  border-top-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-top-left-radius: 7px; }
  input:focus, input:hover,   textarea:focus, textarea:hover,   select:focus, select:hover {
    background-color: #f0f6fb; }
  input.title,   textarea.title,   select.title {
    font-size: 18px; }
  .ie6 input,   .ie6 textarea,   .ie6 select {
    background-image: none; 
}
input:hover, label:hover, input[type=checkbox]:hover, input[type=submit]:hover, button:hover {
}

input {
  width: auto; }

input[type=text], textarea, input[type=search], input[type=password] {
  width: 100%; }

input[type=checkbox], input[type=radio] {
  border: 0px;
  background: none; }

input[type=checkbox] {
  width: 18px;
  height: 18px; }

input[type=hidden] {
  display: none !important; }
