/*	$Id: screen.css,v 1.126 2008/07/15 18:12:21 florent Exp $ */

form.cmxform {
	margin: 5px;
	padding: 0px;
	width: 98%;
}
form.cmxform fieldset {
    margin: 0px;
	margin-bottom: 10px;
    background-color: #CCCCCC;
}
form.cmxform legend {
  color: #FFFFFF;
  background-color: #002d56;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 1em;
  font-weight: normal;
  padding: 5px;
  margin-bottom: 0;
  width: inherit; 
  border: 1px solid #002d56;
}
form.cmxform content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
}
form.cmxform label {
    display: inline-block;
    line-height: 1.2;
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
}
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 fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 150px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}