div#stdForm ul, ol, dl, li, dt, dd {
	margin: 0;
	padding: 0;
	text-indent: 0;
	
}
div#stdForm ul{
	margin: 0 2em 0 4em;
	padding: 0;
	text-indent: 0;
}
div#stdForm ul li{
	margin: 0 0 0 0;
	padding: 0 0;
	text-indent: 0;
	font-size: 0.7em;
	list-style-type: square;
}
div#stdForm ol li ol li{
	font-size: 1.01em;
}
div#stdForm ol li ol li input{
	font-size: 1em;
}
div#stdForm ol li span.entered{
	font-size: 0.9em;
}
div#stdForm ol li ol li span.entered{
	font-size: 0.9em;
}
div#stdForm ol li label.textarea span.entered{
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.4em;
}
div#stdForm form, div#stdForm fieldset{
	margin: 0;
	padding: 0;
}

div#stdForm fieldset{
	_position : relative;/* IE6 only */
    _padding-top : 800px; /* IE6 only */
    _padding-bottom : 15px;/* IE6 only */
    _display : block;/* IE6 only */
	border: 1px solid #000;
	padding: 4px 2px;
	background: #CDDCD5;
}

div#stdForm legend{
	_position : absolute; /* IE6 only */
    _top : -10px; /* IE6 only */
	padding: 0;
	color: #004D41;
	background: #fff;}
	
div#stdForm input, textarea{
	margin: 0;
	padding: 1px;
	font-size: 1.1em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	border: 1px solid #c3d2cb;
}

div#stdForm label.radio input{
	border: 0;
}
div#stdForm select{
	padding: 0;
}
div#stdForm textarea{
	width: 40em;
	height:120px}

div#stdForm textarea.small{
	width: 40em;
	height: 55px;
}
div#stdForm form#std fieldset{
	margin-bottom: 20px;
}
	
div#stdForm form#std legend{
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
div#stdForm form#std label{
	display: inline-block;
	line-height: 1.8;
	font-size: 0.85em;
	font-weight: bold;
	vertical-align: top;
	color: #000000;
	
}
div#stdForm form#std label.inner{
	float: left;
	width: 172px;
	margin: 0 4px 8px 0;
	padding: 2px 4px;
	font-weight: normal;
}

div#stdForm form#std span.inner{
	float: left;
	width: 172px;
	margin: 0 4px 8px 0;
	padding: 2px 4px;
	font-weight: normal;
}

div#stdForm form#std label.innerLast{
	clear: left;
	float: left;
	width: 352px;
	padding: 0px 4px;
	font-weight: normal;
}
div#stdForm form#std label.inner:hover, div#stdForm form#std label.innerLast:hover{
	background: #CAE5E1;
}
div#stdForm form#std label.textarea{
	width: 500px;
	display: block;
}
.light span{
	font-weight: normal;
}
div#stdForm form#std p{
	padding: 4px 8px;
}
	
div#stdForm form#std fieldset ol {
	margin: 0;
	padding: 0;
	}
	
div#stdForm form#std fieldset ol li {
	list-style: none;
	padding: 5px;
	margin: 0;
	height: 1%;
	}
div#stdForm form#std fieldset ol li ul li{
	list-style: disc;
	}
	
div#stdForm form#std fieldset ol li ol li{
	margin: -5px;
	font-size:1em;
	}
div#stdForm form#std fieldset li.odd{
	background: #e4ece8;
	}
	
div#stdForm form#std fieldset div.odd{
	background: #e4ece8;
	}

div#stdForm form#std fieldset li.even{
	background: #ecf1ee;
}
div#stdForm form#std fieldset div.even{
	background: #e4ece8;
	}
	
div#stdForm fieldset.odd{background: #e4ece8}
div#stdForm fieldset.even{background: #ecf1ee}

div#stdForm form#std fieldset li.incomplete, span.incomplete{
	background: #EB8484;
}

div#stdForm form#std fieldset div.incomplete{ 
	background: #EB8484;
}
div#stdForm form#std fieldset li.incomplete span.entered{
	font-style: italic;
}

div#stdForm form#std fieldset div.incomplete span.entered{
	font-style: italic;
}

/*div#stdForm form#std fieldset li.odd:hover, div#stdForm form#std fieldset li.even:hover{
	background: #fff;
}*/

div#stdForm form#std fieldset fieldset {
	width: 90%;
	border: 0;
	margin: 3px 0 0;
	}
	
div#stdForm form#std fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
div#stdForm form#std label.radio {
	display: block;
	width: auto;
	font-weight: normal;
}

div#stdForm form#std em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

div#stdForm form#std label { width: 160px; } /* Width of labels */
div#stdForm form#std fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */
div#stdForm form#std label.wide { width: 100%; } /* Wide labels */
/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

li.inner:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

li.inner {display: inline-block;}

/* Hides from IE-mac \*/
* html li.inner {height: 1%;}
li.inner {display: block;}
/* End hide from IE-mac */
span.tip{
	display: block;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
}
div#stdForm h2{
	margin: 0 0 5px 0;
	font-family: inherit;
	font-size: 0.7em;
	font-weight: bold;
	color: #000000;
}
p.pageNum{
	text-align: right;
	font-weight: bold;
}
div.right{
	text-align: right;
	float: right;
	margin-bottom: 10px;
}
p.right{
	text-align: right;
	margin: 0;
	font-size:1.2em;
	font-weight:bold;
}

.blue{ color: #6988af;
	}
	
#stdform form#std input.large{
	width: 600px;
	height: 60px;
	}