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

Name: Form Styles
Author: Linus

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

form.cmxform {
	width: 850px;
	margin-top:5px; width:100%;
	
	color: #333;
	}
	
form.cmxform legend { padding-left: 0; }


	
form.cmxform legend,
form.cmxform label { color: #333; font-size:13px; margin-left:40px; }

form.cmxform fieldset {
	border: none;
	border-top: 2px solid #e8e6bd;
	background: url(../images/cmxform-fieldset.gif) left top repeat-x;
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider.gif) repeat-x left bottom;
	}
	
