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

Name: cmxform Styles
Author: Nick Rigby 

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

form.cmxform {
	float: left;
	width: 315px;
	font-size: 1em;
	color: #fff;
	}
	
form.cmxform legend { 
	padding-left: 0;
	padding-top: 10px;
	font-weight: bold;
 }
	
form.cmxform legend,
form.cmxform label { color: #fff;
	margin-bottom: 10px;
 }

form.cmxform label {
	float: left;
	width: 75px;
}
form.cmxform fieldset {
	border: none;
	}
	
form.cmxform fieldset fieldset { 
	background: none;
	color: #fff; 

}
	
form.cmxform fieldset li {
	background: url(../images/cmxform-divider.gif) left bottom repeat-x;
	clear: both;
	margin-bottom: 10px;
	padding: 5px 0 10px 0;
	width: 300px;
	}
	
form.cmxform fieldset li input, form.cmxform fieldset textarea {
	background: url(../images/cmxform-divider.gif) left bottom repeat-x;
	border: 1px solid #56666f;
	width: 200px;
	color: #fff;
	}
	
form.cmxform fieldset li input {
	float: left;
}

form.cmxform fieldset textarea {
	width: 280px;
	color: #fff;
}

.btn {
	margin-top: 10px;
	background: transparent;
	border: 1px solid #7b8387;
	color: #bdaa93;
}
