@charset "UTF-8";
form.cmxform  /* CSS Document */
fieldset   {
	margin-bottom: 12px;
	font-family: "Franklin Gothic", "Franklin Gothic Book", "ITC Franklin Gothic", Arial, Helvetica, sans-serif;
	border: none;
}
form.cmxform fieldset p {
	margin-right: 0px;
	padding-right: 0px;
}
form.cmxform legend  {
	padding: 0 5px;
	font-weight: bold;
}
form.cmxform label  {
	display: inline-block;
	line-height: 1.8em;
	vertical-align: top;
}
form.cmxform  fieldset   ul  {
	margin: 0;
	padding: 0;
	list-style: none;
}
form.cmxform fieldset ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}
form.cmxform fieldset  fieldset  {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset  fieldset  legend  {
	padding: 6px 5px 0 0;
	font-weight: normal;
	width: 100%;
}
form.cmxform fieldset  fieldset  label  {
  display: block;
  width: auto;
}
form.cmxform em  {
	font-weight: bold;
}
form.cmxform label  {
  width: 150px; /* Width of labels */
}
form.cmxform fieldset  fieldset  label  {
  margin-left: 145px; /* Width plus 3 (html space) */
}
#form {
	width: 600px;
}
