form.cmxform {
	font-size: 1.0em;
	color: #333;
}
form.cmxform legend {
	padding-left: 0;
}
form.cmxform legend, form.cmxform label {
	color: #333;
}
form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
}
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;
}
form.cmxform ul {
	margin: 10px 0px 10px 15px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
form.cmxform li {
	padding: 0px 0px 5px 10px;
	background-image: url(images/alert.png);
	background-repeat: no-repeat;
	list-style: none;
}

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 {
	margin-bottom: 10px;
}
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}
form.cmxform label {
	cursor: hand;
}
form.cmxform fieldset p {
	list-style: none;
	padding: 5px;
	margin: 0;
}
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
}
form.cmxform label.error {
	margin-left: 10px;
}
form.cmxform fieldset div#captchaimage {
	float: left;
	margin-right: 15px;
}