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

Name: cmxform Styles
Author: Nick Rigby 

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

form.cmxform {
	width: 500px;
	font-size: 1.1em;
	color: #333;
	vertical-align: top;
	}
	
form.cmxform legend { padding-left: 0; font-size:.8em;}
	
form.cmxform legend,
form.cmxform label { color: #333; width: 245px; }

form.cmxform fieldset {
	border: none;
	border: 1px solid #C9DCA6;
	background: url(/images/bkgd/cmxform-fieldset.gif) left bottom repeat-x;
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 3px 10px 3px;
	background: url(/images/cmxform-divider.gif) left bottom repeat-x;
	}

input.form_submit { width: 106px; height: 21px; }