/* Start of CMSMS style sheet 'wahlen_kontaktformular' */
/* Form Styles  */

.contactform div {

margin-bottom:15px;
clear:both;
}

.contactform label {
  width:120px;
  display:block;
  float:left;
}

.contactform input {
  width:350px;
  font-size: 95%;
}
.contactform textarea {
 width:350px;
  height: 200px;
  font-size: 95%;

}

/* Greeting Radio Button */
div.greeting input {
 width:auto;
}
div.greeting > label {
 clear:both;
 display:block;
}
div.greeting > div {
display:inline; 
padding-left: 10px;
}
div.greeting > div > label {
  display:inline;
  float:none;
}


/* Products Checkbox Button */
div.products input {
 width:auto;
}
div.products > label {
 display:block;
 float:left;
 width: 400px;
 margin-bottom:15px;
}
div.products > div {
 margin-bottom:auto;
 padding-left: 120px;
}
div.products > div > label {
  display:inline;
  float:none;
}

/* Captcha Styles */

div.captcha {
margin-left:120px;
}

.captchapict {
display:block;
}
#m2captcha_phrase {
  width:100px;
}

/* Submit Button */

#fbsubmit {
  margin-left:120px;
  width: 80px;
}
/* End of 'wahlen_kontaktformular' */

