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

Use: cmxform template
Author: Nick Rigby

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

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;
	//line-height: 1.8;
	vertical-align: top;
	}
	
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.cmxform fieldset ul li {
	clear: both;
	list-style: none;
	padding: 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: inline;
	text-transform: capitalize;
	width: auto;
	}

form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.cmxform input {
	width: 200px;
}
.admin_whatWeDo form.cmxform input {
	display: inline;
	width: 200px;
}
form.cmxform input.button {
	background-color: #f0f0f0;
	margin-left: 5px;
	width: 75px;
}


form.cmxform fieldset ul li img#photo1 {
	clear: both;
	float: none;
}

form.cmxform label { width: 100px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */


form.cmxform label.errorMessage { width: 350px; }
/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

form.cmxform input.minWidth {
	background-color: #fff;
	width: 20px;
	}
form.cmxform input.minWidthChk {
	background-color: #fff;
	height: 17px;
	width: 17px;
	}
.admin #contentMain form.cmxform fieldset ul li table tr td a img {
	clear: both;
	vertical-align: top;
	margin: 0;
}