fieldset {position: relative;
          float:left;
          clear: both; 
          width: 100%; 
          margin: 0 0 -1em 0;
          padding: 0 0 1em 0;
          border-style: none;
          border-top: 1px solid #BFBAB0;
           }

legend {position: relative;
        top:  -0.85em; 
        padding: 0;
		color: maroon;
        font-style: italic;
        }

legend span {position: absolute;
             left: 0.79em;
             top: 10px; 
             margin-top: 0.5em;
             font-size: 120%; 
             
               }   
         
label {float: left;
       width: 10em; 
       margin-right: 1em;} 

label#start {float: left;
            width: 25em; 
            margin-right: 1em;} 

fieldset ol {padding: 3.5em 1em 0 1em;
             list-style: none; }

fieldset li {float: left; 
             clear: left; 
             width: 100%; 
             padding-bottom: 1em;}

fieldset.submit { float: none;
                  width: auto; 
                  border: 0 none #FFF;
                  padding-top: 1.5em;
                  padding-left: 10em;    
                  border-style: none;
                  background-color: transparent;}


fieldset.alt {background-color: #D4EBF9;
              width: 703px;
              border: 1px solid #BFBAB0;    
                   }


input.text {position: absolute;
            left: 150px;}