/**********************************

Use: ouacform template
Author: Nick Rigby

***********************************/
@import "ouacform.css";
body
{
    font-family: Arial, 'Trebuchet MS';      
    
    }
fieldset { margin-bottom: 10px; margin-left: 10px;margin-right: 10px;}

legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
 label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
fieldset ol {
	margin: 0;
	padding: 0;
	}
	
fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	white-space: nowrap;
	}
	
fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
 fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
fieldset fieldset label {
	display: inline-block;
	width: auto;
	}

 em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

label { width: auto; } /* Width of labels */
fieldset fieldset label { margin-left: 23px; } /* Width plus 3 (html space) */

/*\*//*/ legend { display: inline-block; } /* IE Mac legend fix */
