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

Use: smartForm class

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

form.smartForm fieldset { margin-bottom: 10px; }

form.smartForm fieldset { border: 0px; }

form.smartForm legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
form.smartForm label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.smartForm ol {
	margin: 0;
	padding: 0;
	}
	
form.smartForm li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.smartForm  {
	border: none;
	margin: 3px 0 0;
	}
	
form.smartForm fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.smartForm fieldset fieldset label {
	display: block;
	width: auto;
	}

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

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

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