TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:2px 0px;	
}

select {
	width:150px; 
	background-color: #fffffe;	
}

.container {
	margin-top:15px;
	width:1000px;
}

.center {
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align : top;
	border:2px solid #f4eeca;	
	width:90%;
}
.center2 {
	width:620px;
	padding: 10px 10px 10px 20px;
}

.red {
	color: #990000;
	font-weight:bold;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}

div.error { display: none; }
input.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; }

.floatleft { float:left; padding:0px; margin:0px;} 