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

Name: cmxform Styles
Author: Nick Rigby 

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

form.cmxform {
	width: 910px;
	font-size: 1.1em;
}
	
form.cmxform legend { 
	padding-left: 0; 
	padding-right: 10px;
}
	
form.cmxform legend, form.cmxform label { color: #333; }

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #9cbbcd;
	margin-bottom: 1.5em;
}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform li span.note {
	font-size: .8em;
	color: #333;
}	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider-blue.gif) left bottom repeat-x;
}
	
form.cmxform label { 
	width: 175px; /* Width of labels */
	line-height: 1.5em;
}
form.cmxform fieldset fieldset label { margin-left: 178px; } /* Width plus 3 (html space) */

form.cmxform input { width: 220px; } 

form.cmxform input.radiobtn {
	width: 20px;
	margin-right: 1.5em;
}
/* form.cmxform select {
	width: 190px;
} */