/* nice looking forms  */
/* from alistapart.com */

.formarea {
	text-align: left;
	width: 384px;
	margin: auto;
	margin-top: 10px;
}



.formareawide {
	text-align: left;
	width: 512px;
	margin: auto;
	margin-top: 10px;
}



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

Use: cmxform template
Author: Nick Rigby

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

form.cmxform fieldset {
	/* background: white url('images/formbground.png') repeat-x; */
	/* border: thin #d7d7d7 solid; */
	border: none;
	margin: auto;
  margin-bottom: 10px;
  color: white;
}
	
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}

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

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

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

.submitbutton {
	margin-left: 192px;
}
