/**********************************

Name: cmxform.cmxform Styles
Author: Nick Rigby 

***********************************/

form.cmxform {
	width: 470px;
	font-size: 1.1em;
	color: #333;
	}
	
form.cmxform legend { padding-left: 4px; }
	
form.cmxform legend,
form.cmxform label { color: #333; }

form.cmxform fieldset {
	border: none;
	border: 1px solid #C9DCA6;
	border-bottom: 0;
	background: url(/images-layout/cmxform-fieldset.gif) left bottom repeat-x;
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 5px 10px 2px;
	}