/* CSS Document */
form.cmxform {
	width: 400px;
	font-size: 1.1em;
	color: #333;
	}
/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */
form.cmxform fieldset {
  margin-bottom: 10px;
  border: none;
  border-top: 1px solid #C9DCA6;
  background: url(/images/misc/table_bg.gif) left bottom repeat-x;
}

#userReviews form.cmxform fieldset { 
	background: url(/images/misc/table_bg.gif) left bottom repeat-x;
}

#edit form.cmxform fieldset { 
	background: url(/images/misc/table_bg.gif) left bottom repeat-x;
}

#edit form.cmxform input {
	width:250px;
}

form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
  padding-left: 0;
  _margin: 0 -7px; /* IE Win */
  color: #333;
}
/*\*//*/
form.cmxform legend {
  display: inline-block;
}
/* IE Mac legend fix */
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  width: 150px;
  color: #333;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
  padding: 5px 10px 7px;
  background: url(/images/misc/cmxform-divider.gif) left bottom repeat-x;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
  background: none;
}
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) */
}
.sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}
	form.cmxform label.error, label.error {
	display: none;
	color: red;
	font-style: italic
}
form.cmxform label.error {
	margin-left: 103px;
	width: 220px;
}

