/* CSS Document */
form.cmxform {
	background-color: #eeeeee;
	padding			: 5px;
	margin			: 0;
}

form.cmxform fieldset.border {
	padding			: 0;
	border			: 0;
	font-family		: verdana, arial, helvetica, sans-serif;
}

form.cmxform legend {
	position		: relative;
	left			: -7px; /* IE7 hack */
	border			: 0;
	font-weight		: bold;
	color			: #000000;
}

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;
	margin			: 0;
}

form.cmxform em {
	font-weight		: bold;
	font-style		: normal;
	color			: #ff0000;
}

form.cmxform label {
	width			: 180px; /* Width of labels */
}

