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

Name: cmxform Styles
Author: Nick Rigby 

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

form.cmxform {
	width: 720px;
	/*font-size: 0.8em;*/
	color: #333;
	}
		
form.cmxform legend,
form.cmxform label { 
	color: #333;
	/*font-size: 0.9em;*/
}

form.cmxform legend{
	padding-left: 0;
	/*font-size: 1.1em;*/
	position: absolute;	/* IE fieldset/legend background image fix */
	top: -0.8em; left: 0.5em;
}

form.cmxform select{
	min-width: 280px;
	width: 280px;
}

form.cmxform fieldset {
	position: relative; /* IE fieldset/legend background image fix */
	border: none;
	/*
	border: 1px solid #C9DCA6;
	background: url('../../images/cmxform-fieldset.gif') left bottom repeat-x;
	*/
}

form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	/*background: url('../../images/cmxform-divider.gif') left bottom repeat-x;*/
}

form.cmxform fieldset li.last_li {
	padding: 5px 10px 7px;
	background: none;
}