.cmxform fieldset tr.error label { color: red; }
div.container {
	background-color: #ffe6e6;
	border: 1px solid #ffc6c6;
	margin: 3px;
	padding: 3px;
}
div.container ol li {
	list-style-type: disc;
	margin-left: 20px;
}
div.container { display: none }
.container label.error {
	display: inline;
}
form.cmxform { padding:0px; width: 100%; }
form.cmxform label.error {
	display: block;
	margin-left: 1em;
	width: auto;
}
td {vertical-align:top;}
img {vertical-align:bottom;}
td.formbuttons {
	color: blue;
	text-align: right;
	vertical-align: top;
\\	white-space:nowrap;
}
td.formlabel {
	color: black;
\\	text-align: right;
	vertical-align: top;
\\	white-space:nowrap;
}
td.formlabelnowrap {
	color: blue;
\\	text-align: right;
	vertical-align: top;
	white-space:nowrap;
}
td.formlabelwrap {
	color: blue;
	text-align: right;
}

td.formInfo {
	background-color: #fff;
//	text-align: left;
	color: blue;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 5px 10px 20px;
//	margin-bottom: 100px;
}

td em {
	color: #ff5b5b;
	padding-right: 3px;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}
