form.cmxform {
	width: 100%;
	font-size: 1.0em;
	color: #333;
}
form.cmxform legend {
	margin:0 5px;
	color: #333;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}
form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(../images/ajxmenu1_files/cmxform-fieldset.gif) left bottom repeat-x;
	background-color: #F8FDEF;
	margin-bottom: 10px;
}
form.cmxform label {
	display: inline-block;
	line-height: 2;
	vertical-align: top;
	cursor: hand;
}
form.cmxform label.error{
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	margin-left: 20px;
}
#css_table {
	display: table;
	padding: 1em;
}
.css_tr {
	display: table-row;
}  
.css_td1 {
	display: table-cell;
	width:130px;
	padding: 5px;
	background: url(../images/ajxmenu1_files/cmxform-divider.gif) left bottom repeat-x;
}
.css_td2 {
	display: table-cell;
	width:770px;
	padding: 5px;
	background: url(../images/ajxmenu1_files/cmxform-divider.gif) left bottom repeat-x;
}  
em { color:#FF0000;}  
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; }