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

form.au-form legend
{	padding: 0 2px;
	font-weight: normal; 
}

form.au-form label
{	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}

form.au-form label em
{  	padding-left: 0.25em;
}

form.au-form fieldset ol
{	margin: 0;
	padding: 0;
}

form.au-form fieldset li
{	list-style: none;
	padding: 5px;
	margin: 0;
}

form.au-form fieldset fieldset
{	border: none;
	margin: 3px 0 0;
}

form.au-form fieldset fieldset legend
{	padding: 0 0 5px;
	font-weight: normal;
}

form.au-form fieldset fieldset label
{	display: block;
	width: auto;
}

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

form.au-form label
{	width: 120px; /* Width of labels */
}

form.au-form fieldset fieldset label
{	margin-left: 123px; /* Width plus 3 (html space) */
}

label.wide
{	margin-left: 3px; /* Width plus 3 (html space) */
    width: 350px; /* Width of wide labels */
}

form.au-form fieldset label.wide 
{	width: 350px; 
}

form.au-form #radio label
{	display: inline;
	padding-right: 0.5em;
}

form.au-form input 
{	margin-top: 0.5em;
}

