/**********************************

Use: Main Screen Import

***********************************/


form.cmxform {
	width: 500px;
	height: 1000px;
	color: #333;
	margin-right:200px;
}


form.cmxform fieldset {

	FONT-SIZE: 9pt;
	background: #ffffff;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-size: 9pt;
	font-style: italic
}
div.error { display: none; }
input {	border: 1px solid black; }
input.checkbox { border: none }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }



form.cmxform fieldset fieldset legend {
	font-weight: normal;
}

form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
}

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */