label#frageform {
  float:left;
  clear:both;
  display:block;
  width:110px;
  margin-bottom:10px;
  padding-left:10px;
}
input#frageform, textarea#frageform, select#frageform {
	float:left;
	display:block;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	width: 400px;
	color: #333333;
	background-color: transparent;
	margin-bottom:10px;
	padding:1px;
	border: 1px solid #AAAAAA;
}
 
/*clearing all floats and fix Firefox and IE backgroundcolor-bug */
div.clearer {
  clear:both;
  font-size:1px;
  line-height:1px;
  display:block;
  height:1px;
}
form {
	margin-top: 0px;
}
input#submit {
  float:left;
  width:100px;
}

.form-button {
  margin-left:120px !important;
  margin-left:55px; /*to fix IE6 position*/
  width:100px;
  clear:both;
}
.option {

}
fieldset {
  border:none;
  padding-left:100px;
  padding-bottom:10px;
  display:block;
  clear:both;
}
fieldset input {
  width:auto;
  border:none;
  background:none;
  float:left;
  display:block;
  margin-right:10px;
  margin-top:3px !important;
  margin-top:0px; /*to fix IE6 position*/
}
fieldset label {
  width:auto;
  clear:none;
  float:left;
  display:block;
  padding-right:2px;
  white-space:nowrap; /*to fix IE6 wrapping*/
}