.clist .label {
	text-align: right;
	vertical-align: top;
	padding: 4px 14px 4px 4px;
	font-weight: bold;
}
.clist {
	clear: both;
	margin: 4px 0 16px 0;
}

.clist ol, table.clist {
	margin: 0;
	padding: 0;
	clear: both;
	list-style: none;
	border-bottom: none;
	margin-bottom: 1.5em;
}
table.clist {
	border-collapse: collapse;
	width: 100%;
}
.clist li, .clist td, .clist th {
	margin: 0px;
	padding: 6px;
	clear: both;
}
.clist li.even {
	background-color: #f4f4f4;
}
.clist li label, .clist th {
	float: left;
	line-height: 1.8em;
	vertical-align: top;
	width: 170px;
	text-align: right;
	font-weight: bold;
	padding-right: 20px;
}
.clist li .value {
	line-height: 1.8em;
	vertical-align: top;
	float: left;
}
.clist li label em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
.clist li fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
.clist li fieldset label {
	float: none;
	width: auto;
	font-weight: normal;
	padding: 0;
}
*fieldset>label {
	position: relative;
	top: 2px;
}

table.clist, .clist td, .clist th {
	float: none;
	clear: none;
}

.formField_textarea checkbox, .formField_radio {
	margin: 0;
}
.formField_select {
	padding: 0;
}

.formField_select option {
	padding: 1px 16px 1px 3px;
}
.buttonBox {
	padding-left: 215px;
	margin-top: 16px;
	margin-bottom: 16px;
}

.clist ol .formError_bottom {
	display: block;
	margin-left: 200px;
}
.formError_right {
	margin-left: 1em;
}