fieldset {
  margin-top: 3em;
  }

h3.formexit {  font-family:  arial, helvetica, sans-serif;
               font-size: 1em;
               text-align: center;
             }


div.spacer {
  clear: both;
  }


div.formcontainer {
  border: 1px solid black;
  background-color: #ffe;
  height: 500px;
  margin-bottom: 30px;
  font-size: 16px;
  }

span.formlabel {
  border: 1px solid black;
  background-color: #ffe;
  padding: 8px;
  font-size: 16px;
  position: relative;
  bottom: 4px;
  }

span.imagelabel {
                 text-align: center; 
                 border: 1px solid;
                 }

span.formcontent {
                   font-size: 16px;
                 }

input.formcontent {
                   font-size: 13px;
                 }


select.formcontent {
                   font-size: 13px;
                 }

textarea.formcontent {
                   font-size: 13px;
                 }

div.formright {
  float: left;
  position: relative;
  left: 200px;
  font-size: 16px;
  }

div.formleft {
  float: left;
  position: relative;
  left: 60px;
  font-size: 16px;
  }


p.formexit{text-align: center; 
           font-family:  arial, helvetica, sans-serif;
           font-size: 0.875em; 
           margin-top: 5em;
           margin-bottom: 20em;
}









