form.cmxform fieldset {
	margin-bottom: 10px;
}

form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}

form.cmxform label {
	display: inline-block;
	vertical-align: top;
	cursor: hand;
}

form.cmxform fieldset p {
	list-style: none;
	padding: 1px 5px 1px 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 { width: 150px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 103px; } /* Width plus 3 (html space) */
form.cmxform label.error {
	margin-left: 153px;
	width: 220px;
}

form.cmxform input.submit {
	margin-left: 103px;
}

div.error { display: none; }
form.cmxform input {
	border: 1px solid #ccc;
	width: 170px;
	height: 17px;
}
form.cmxform input.checkbox { border: none; width: 10px; height: 10px;}
form.cmxform input:focus { border: 1px dotted black; }
form.cmxform input.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }
form.cmxform  .submit, .cancel{
	background: #fff url(images/submit_button.jpg) no-repeat top left;
	width: 50px;
	border: 0;
	height: 20px;
	margin: 5px 0px 0px 0px;
	font-size: 12px;
	padding-bottom: 7px;
	cursor: pointer;
	font: bold 12px Tahoma;
	color: #fff;
}

form.cmxform  .submit:hover, .cancel:hover{
	color: #ccc;
} 

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */