/* CSS Document */

#signupForm { width: 615px; }
#signupForm label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
}
#set_username {
	
}


#set_username label.error {
	display: none;
}


form.cmxform {

}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #ca1683;
	font-size:10px;
	font-weight:normal;
}
div.error { display: none; }
input.checkbox { border: none }
input:focus { border: 1px dotted #c4c4c4; }
input.error { border: 1px dotted #8e125a; }
form.cmxform .gray * { color: gray; }


form.cmxform label.error {
	margin-left: 103px;
	width: 220px;
}

form.cmxform input.submit {
	margin-left: 103px;
}
