form.cmxform fieldset {
	border: 1px solid #1E1E1E;
	width: 500px;
	margin-bottom: 30px;
	}
	
form.cmxform#wholesalecontact fieldset {
	width: 400px;
	}
	
form.cmxform legend {
	padding: 4px;
	font-weight: bold;
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	color: #9abbdb;
	_margin: 0 -7px; /* IE Win */
	}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}

form.cmxform label { width: 150px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 153px; } /* Width plus 3 (html space) */

form.cmxform#wholesalecontact label { width: 100px; } /* Width of labels */
form.cmxform#wholesalecontact fieldset fieldset label { margin-left: 103px; } /* Width plus 3 (html space) */
	
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.cmxform fieldset li {
	list-style: none;
	margin: 0;
	padding: 5px 10px 7px;
	border-bottom: 1px dotted #1E1E1E;
	}
	
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	border: none;
	font: 1em Verdana,Arial;
	color: #CCC;
	}
	
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}

form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #F60;
	}

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */
	
fieldset.radiobuttons input {
	border: none;
	}

textarea#comments {
	width: 400px;
	height: 200px;
}

textarea#areas {
	width: 200px;
	height: 100px;
	float: right;
	margin-right: 75px;
}

form.cmxform#wholesalecontact textarea#comments {
	width: 300px;
	height: 200px;
}