/* Forms */

fieldset {
margin: 1.5em 0 0 0;
margin-left: 20px; /* [ND] added */
padding: 0;
/* Caused a line thru the legend in IE7. Added solid background to LEGEND so line isn't seen.  */
border-top: 1px dotted #888; /* [ND] */
}
legend {
font-weight: bold; 
text-transform: uppercase; 
margin-left: 1em; 
padding-left: 1em; 
padding-right: 1em; 
color: #444; /* #000000 */ 
background: #FFF; 

}
fieldset ol {
padding: 1em 1em 0 1em;
list-style: none;
}
fieldset li {
padding-bottom: 0px; /* [ND] was 1em */
}
fieldset li.info { 
padding-left: 10.75em; /* For when there is no label or input, just an icon or text link. */
}
fieldset.submit {
border-style: none;
}
/* [ND] */
fieldset.submit { padding: 0; margin: 0; margin-left: 20px; }
fieldset.submit li { padding-left: 10.75em; background: none; margin-top: 0; } /* 10em on left as graphic button has some white space on the left which makes the button appear more to the right than it is. */
fieldset.submit li input { border: none; outline: none; }
label { float: left; width: 10em; margin-right: 1em; text-align: right; } 
fieldset.submit, fieldset.submit ol, fieldset.submit li { padding-top: 0 !important; margin-top: 0 !important; } 

/* Required Fields */ 
input { border: none; } 
input { background: #ebf0e3 url(../webgfx/bg/bg_input-txt.gif) top right repeat-x; border-bottom: 1px solid #A4B97F; } 

li.req label { font-weight: bold; } 
li.req input { background: #ebf0e3 url(../webgfx/bg/bg_input-txt-req.gif) top right repeat-x; border-bottom: 1px solid #A4B97F; } 

