/* Kevin Cornell - www.alistapart.com */

/* / PRETTY FORM / */
form.cmxform {
	margin:20px 0 0 0;
	padding:0;
	}
form.cmxform fieldset {
	margin-bottom:0px;
	border:1px solid #CDC2AF;
	
	padding:15px;
	}
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 li {
	list-style: none !important;
	list-style-image:none;
	padding: 5px;
	margin: 0;
	}
form.cmxform em {
	font-size:0.85em;
	color: #333;
	}

form.cmxform label {
  	width: 180px; /* Width of labels */
	}

form.cmxform label.small {
 	width: 65px; /* Width of labels */
	text-align:right;
	font-size:0.85em;
	}

form.cmxform fieldset fieldset {
	margin:0 3px 0 0;
	}

form.cmxform fieldset fieldset ol {
	margin: 0;
	padding: 0;
	}

form.cmxform fieldset fieldset ol li {
	margin: 0;
	padding: 0;
	}

form.cmxform fieldset fieldset legend {
	padding: 0 0 0;
	font-weight: bold;
	font-size:0.95em;
	}

form.cmxform fieldset fieldset label {	
  	width: auto;
	}

form.cmxform fieldset fieldset label {
	margin-left:10px; /* Width plus 3 (html space) */
	width:150px;
	font-size:0.9em;
	}

.hidden {
	visibility:hidden;
	}

.none {
	display:none;
	}

form.cmxform .submit {
	background-color:#e7e7e7;
	background-image: url('/images/bkg_formSubmitBox.gif');
	background-repeat: repeat-x;
	background-position: left top;	
	text-align:center;
	border-bottom:1px solid #ccc;
	padding:5px 18px 5px 15px;
	margin-bottom:20px;
	}
	
/*\*//*/
form.cmxform legend {
  display: inline-block;
}
/* IE Mac legend fix */


