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

Name: cmxform Styles
Author: Nick Rigby 

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

form.cmxform {
	width: 400px;
	font-size: 1.1em;
	color: #333;
	}
	

	
form.cmxform legend { padding-left: 0; }
	
form.cmxform legend,
form.cmxform label { color: #333; }

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(styles/form/cmxform-fieldset.gif) left bottom repeat-x;
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	list-style:none;
	background: url(styles/form/cmxform-divider.gif) left bottom repeat-x;
	}
	
	
	/*landing page updates */
	
form.cmxform2 {
	width: 222px;
	font-size: 1em;
	color: #333;
	}
form.cmxform2 legend { padding-left: 0; }
	
form.cmxform2 legend,
form.cmxform2 label { color: #333; }

form.cmxform2 fieldset {
	border: none;
	background: url(styles/form/cmxform-fieldset.gif) left bottom repeat-x;
	}
	
form.cmxform2 fieldset fieldset { background: none; }
	
form.cmxform2 fieldset li {
	padding: 3px 8px 5px;
	list-style:none;
	background: url(styles/form/cmxform-divider.gif) left bottom repeat-x;
	}
