form.cmxform  {/*
 width: 500px;
*/ }
form.cmxform  label.error {
width: 200px;
position: absolute;
right: 5px;
bottom: -15px;
font-size: 9px;
line-height:16px;
height:16px;
text-align: right;
background: url(error.png) no-repeat center right;
padding-right: 18px;
 }
form.cmxform  label.error, form.cmxform  input.submit { margin-left: 380px; }
#signupForm { width: 670px; }
#signupForm label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
}
#newsletter_topics label.error {
	display: none;
	margin-left: 103px;
}

/**********************************

Name: cmxform Styles

***********************************/
form.cmxform {
	/*
width: 370px;
	font-size: 1.0em;
	color: #333;
*/
}

form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend, form.cmxform label {
	color: #333;
}

form.cmxform fieldset {
	border: none;
	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider.gif) left bottom repeat-x;
}

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 {	/*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; }
input.valid{ 	background-position: 0px -42px !important}
