/**********************************
Use: cmxform
***********************************/

form.cmxform {
	width: 480px; 
}

form.cmxform fieldset {
	margin-bottom: 10px;
	border: none;
/*	border-top: 1px solid #C9DCA6;*/
}

form.cmxform legend {
	padding: 2px 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	padding-left: 0;
}

form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	cursor: hand;
}

form.cmxform fieldset p {
	list-style: none;
	padding: 0;
	margin: 0;
}

form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	padding: 5px 10px 7px;
	background: none;
}

form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
}

form.cmxform label { width: 120px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 53px; } /* Width plus 3 (html space) */
form.cmxform label.error {
	margin-left: 123px;
	width: 220px;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #ED1C24;
	font-style: italic;
	margin-left: 5px;
	width: auto;
	display: inline;
}

form.cmxform input.submit {
	margin-left: 123px;
}

input {	border: 1px solid transparent; }

input.error, select.error  { border: 1px solid red; background-color:#FFFFD5;}
form.cmxform .gray * { color: gray; }
form.cmxform .off { background-color: #eee; }

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

#commentForm input.submit { margin-left: 123px; }

#signupForm input { width: 150px; }
#signupForm label { width: 120px; }

form.cmxform input[type="checkbox"],
form.cmxform input[type="radio"],
#signupForm input[type="checkbox"],
#signupForm input[type="radio"] {
	width: 24px;
}

#signupForm input.radio {
	width: 24px;
	border:none; 
}
