      form {  
           font:100% ;    
           /*  margin: 0;   had to hide this since it was adding 1px of white line under the header nav */
            padding: 0;
            }
        
        form fieldset { /* we may not use this style */
            padding: 10px 0;   
            margin: 0;
            border:none; }
        
        form fieldset legend {/* we may not use this style */
            font-size:1.1em; }
        
        form label { 
            padding: 0; 
            margin: 0;
            text-align: left; }            
        

        input.field { 
        /*background-color: #fff;*/
        border: solid 1px #ccc;
        margin:0;
        padding: 0;
        height:20px;}


    input.goBtn { /* for the current header nav GO button style (xsl header nav) */
    border:none;
    height:24px;}


    
        input.radioBtn { /* we can probably delete this one */
        border: none;
        margin:0;
        padding: 0;
        height:13px;}
        
        
        
        input.imgBtn { /* we can probably delete this one */
        border: none;
        height:22px;}
        
       textarea { 
        background-color: #fff;
        border: solid 1px #ccc;
        margin:0;
        padding: 0;}
        
        select {
        /*background-color: #fff;*/
        border: solid 1px #ccc;
        margin:0;
        padding: 0;
        height:20px;}
        
        option { 
        /*background-color: #fff;*/
        margin:0;
        padding: 0;}
        
        textarea { overflow: auto; }
        
        form ol {list-style:none; margin:0; padding:0;}
        
        form ol li {padding:5px 0; clear:both;}

  

 
/* Thank you page - Output List style */
#pageContent ul.outputList { /* standard ul style for form output list */
	list-style:none;
	padding:0;
	margin:0 0 20px 0;}

#pageContent ul.outputList li {
	padding:6px 0;
	margin:0;}
