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

Name: cmxform Styles
Author: Nick Rigby 

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

div.cmxform {
	margin-bottom: 15px;
}
	
div.cmxform legend {
}
	
div.cmxform legend,
div.cmxform li,
div.cmxform label {  }

div.cmxform label {
	width: 180px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 10px;
}

div.cmxform fieldset {
}
		
div.cmxform fieldset fieldset { background: none; }

div.cmxform fieldset ol {
	clear: both;
	margin: 0;
	padding: 0;
}

div.cmxform fieldset li {
	list-style: none;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	clear: both;
}
