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

Use: cmxform template

***********************************/
form.cmxform fieldset {
	margin-bottom: 10px;
}

form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	cursor: hand;
	width: auto;
}

form.cmxform fieldset p {
	list-style: none;
	margin: 0;
}

form.cmxform fieldset fieldset {
	border: none;
}

form.cmxform fieldset label {
	width: auto;
}

form.cmxform label.error {
	width: auto;
}

form.cmxform input.submit {
	color: #fff;
	background-color: #09F;
	border: 0px;
}

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */
