@charset "UTF-8";
/* CSS Document */
/* Based on the work of Nick Rigby */
/* http://www.alistapart.com/articles/prettyaccessibleforms */

form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	color: #fff;
}
form.cmxform label {
	display: block;
	line-height: 1.8;
	vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform label {
	width: 200px; /* Width of labels */
	float: left;
	text-align: right;
	margin-right: 1em;
}
form.cmxform fieldset fieldset label {
	display: block;
	width: 300px;
	text-align: left;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform fieldset fieldset label {
	margin-left: 90px; /* Width plus 3 (html space) */
}
.warning  {
	color: #FF0000;
	font-weight: bold;
}

