
div.form_generator {
    display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;

}


div.elements {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
  margin-bottom: 10px;
  height: 20px;
  float: left;
}

p.toptext {
	margin-bottom: 20px;
}

p.tagname {
    display: block;
    float: left;
    width: 200px;
    text-align: right;
    margin-right: 10px;

}

p.tagvalue {
    display: block;
    float: left;
    width: auto;
}

div.form_generator h3 {
	display: block;
	float: left;
	width: 100%;
}

div.form_generator  div.checkbox {
	display: block;
float: left;
	width: 100%;
margin-bottom: 10px;

}

div.miniInput input {
	width: 30px;
}

div.errormsg_for_ajanlatkeres {
	margin-bottom: 20px;
	color: red;
	font-weight: bold;
}
