/* CSS Document */

form.cmxform {
	padding-bottom:20px;
	}
	
input, textarea{border:1px solid #C9DCA6;}
form.cmxform fieldset {
  margin-bottom: 10px;
  border: 1px solid #C9DCA6;
  /*background: url(../images/bgd_form.jpg) left top repeat-x;*/
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-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;
  /*background: url(../images/bgd_line_forms.gif) left bottom repeat-x;*/
}
form.cmxform fieldset li.noline {
  background:none;
}
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: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

form.cmxform label.long {
	width:220px;}
	
form.cmxform label.short {
	width:60px;}
	
