
form.cmxform fieldset {
	border: none;
	border-top: 1px solid #cccccc;
	padding-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	}

form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
  text-indent:10px;
  font-size:14px;
  color:#162983;
  text-transform:uppercase;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}

form.cmxform fieldset fieldset { background: none; }

form.cmxform fieldset fieldset legend {
  padding: 5px 5px 5px 5px;
  font-weight: normal;
  text-indent:10px;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 200px; /* Width of labels */
  text-indent:20px;
  background-image: url(../grafik/icons/arrow_next.gif);
  background-position: left;
  background-repeat: no-repeat;
}
form.cmxform fieldset fieldset label {
  margin-left: 150px; /* Width plus 3 (html space) */
  text-indent:0;
}

form.cmxform fieldset li {
	list-style: none;
	padding: 5px 0 5px;
	background-color:#f9f9f9;
	background-image:url(../grafik/cmxform-divider.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	line-height:26px;
	}
