      #container {
        float:left;
        width:950px;
        margin:5em 0 0 5em;
        clear:both;
      }

      .inputcontainer {
      } 

      label {
        float:left;
        clear:left;
	line-height:22px;
      }

      #application_form {
        float:left;
        padding:2em;
        border:0.2em inset #555;
        margin:3em 0 0 14em;
      }
	
      .form {
        float:right;
        clear:right;
        display:block;
        margin-bottom:0.5em;
      }
        
      .form:focus {
        background-color:#500;
      } 
   
      .submit {
        float:right;
      } 
      .req {
        color:#500;
      }
