form.cmxform {
	width: 380px;
	color: #333;
}
fieldset {
	border: none;
	margin-left:10px;
}
form.cmxform label {
	margin:0;
	padding:0;
	color:#fff;
	float:left;
}
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;
	float:right;
}
div.error {
	display: none;
	width:100px;
}
form.cmxform input {
	border: 1px solid black;
	width:200px;
	padding:3px;
}
form.cmxform textarea {
	border: 1px solid black;
	width:200px;
	padding:3px;
}
input:focus {
	border: 1px dotted black;
}
input.error {
	border: 1px dotted red;
}
form.cmxform input.button {
	width:80px;
	padding:3px;
	margin-left:128px
}