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

Use: cmxform template
Author: Nick Rigby, Edited by Jacq Design, LLC

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

form.cmxform {
	width: 560px;
	font-size: 13px;
	color: #333;
	}
	
form.cmxform input, form.cmxform textarea {
	width: 260px;
	}
	
form.cmxform input.submit {
	width: 162px;
	margin-left: 168px;
	}

form.cmxform fieldset { 
	margin: 30px 30px;
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(../img/common/cmxform-fieldset.gif) left bottom repeat-x;
	}
	
form.cmxform legend {
	padding: 0 4px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
form.cmxform legend,
form.cmxform label { color: #333; }
	
	
	
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;
	margin: 0;
	padding: 5px 10px 7px 8px;
	background: url(../img/common/cmxform-divider.gif) left bottom repeat-x;
	}
	
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	background: none;
	}
	
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}

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

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

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