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

Name: cmxform Styles
Author: Nick Rigby 

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

form.cmxform {
	width: 370px;
	font-size: 12px;
	color: #333;
	}
	
form.cmxform legend { padding: 0 5px; }
	
form.cmxform legend,
form.cmxform label { color: #333333; }



form.cmxform fieldset {
	border: none;
	border-top: 1px solid #999999;
	background: url(/img/cmxform-fieldset.gif) left bottom repeat-x;
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	font-size:12px;
	padding: 10px 0 10px 7px;
	background: url(/img/cmxform-divider.gif) left bottom repeat-x;
	}
