@charset "UTF-8";
/* CSS Document */

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

Name: cmxform Styles
Author: Nick Rigby 

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

form.cmxform {
	width: 400px;
	font-size: 1.1em;
	color: #333;
	margin-left: 100px;
	}
	
form.cmxform legend { padding-left: 0; }
	
form.cmxform legend,
form.cmxform label {
	color: #333;
	font-weight: normal;
}

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #dedede;
	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;
	}
